Skip to content

Commit 82aecc4

Browse files
authored
py: bump MR py client version to 0.2.20 (kubeflow#1197)
Signed-off-by: Matteo Mortari <[email protected]>
1 parent b19c215 commit 82aecc4

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.19"
3+
version = "0.2.20"
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.19"
3+
__version__ = "0.2.20"
44

55
from ._client import ModelRegistry
66

0 commit comments

Comments
 (0)