Skip to content

Commit 414ae8a

Browse files
authored
chore: bump MR py client version (kubeflow#871)
Signed-off-by: Matteo Mortari <[email protected]>
1 parent a42e2e8 commit 414ae8a

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

55
from ._client import ModelRegistry
66

0 commit comments

Comments
 (0)