Skip to content

Commit 3d328db

Browse files
authored
chore: bump MR py client version (kubeflow#956)
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
1 parent 1b9fb8f commit 3d328db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.16"
3+
version = "0.2.17"
44
description = "Client for Kubeflow Model Registry"
55
authors = ["Isabella Basso do Amaral <idoamara@redhat.com>"]
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.16"
3+
__version__ = "0.2.17"
44

55
from ._client import ModelRegistry
66

0 commit comments

Comments
 (0)