We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5adc47 commit 10e1e88Copy full SHA for 10e1e88
2 files changed
kale/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "2.0.0a4"
+__version__ = "2.0.0a5"
16
17
from typing import Any, NamedTuple
18
labextension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-kubeflow-kale",
3
- "version": "2.0.0-alpha.4",
+ "version": "2.0.0-alpha.5",
4
"description": "Convert Notebooks to Kubeflow pipelines with Kale",
5
"keywords": [
6
"jupyter",
0 commit comments