We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42e2e8 commit 414ae8aCopy full SHA for 414ae8a
clients/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "model-registry"
3
-version = "0.2.15"
+version = "0.2.16"
4
description = "Client for Kubeflow Model Registry"
5
authors = ["Isabella Basso do Amaral <[email protected]>"]
6
license = "Apache-2.0"
clients/python/src/model_registry/__init__.py
"""Main package for the Kubeflow model registry."""
-__version__ = "0.2.15"
+__version__ = "0.2.16"
from ._client import ModelRegistry
0 commit comments