Skip to content

Commit 58680c9

Browse files
authored
chore: bump MR py version to 0.2.23 (kubeflow#1440)
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 1686685 commit 58680c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "model-registry"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
description = "Client for Kubeflow Model Registry"
55
authors = ["Isabella Basso do Amaral <[email protected]>"]
66
license = "Apache-2.0"

clients/python/src/model_registry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Main package for the Kubeflow model registry."""
22

3-
__version__ = "0.2.22"
3+
__version__ = "0.2.23"
44

55
from ._client import ModelRegistry
66

0 commit comments

Comments
 (0)