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 b19c215 commit 82aecc4Copy full SHA for 82aecc4
clients/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "model-registry"
3
-version = "0.2.19"
+version = "0.2.20"
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.19"
+__version__ = "0.2.20"
from ._client import ModelRegistry
0 commit comments