Skip to content

Commit 5cbf43c

Browse files
authored
chore: bump py version to next v0.2.14 (opendatahub-io#756)
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
1 parent c6bffbf commit 5cbf43c

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

55
from ._client import ModelRegistry
66

0 commit comments

Comments
 (0)