Skip to content

Commit 10e1e88

Browse files
authored
Bump dev version to 2.0.0a5 (#693)
Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
1 parent d5adc47 commit 10e1e88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.0.0a4"
15+
__version__ = "2.0.0a5"
1616

1717
from typing import Any, NamedTuple
1818

labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-kubeflow-kale",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Convert Notebooks to Kubeflow pipelines with Kale",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)