From 7a7c093522a685b644980045b553d6d6ec98ef1d Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 21 Jan 2025 14:25:53 +0100 Subject: [PATCH] chore: bump py version to 0.2.13 (#722) Signed-off-by: Matteo Mortari --- clients/python/pyproject.toml | 2 +- clients/python/src/model_registry/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index ce11ea1c9..d246fbb19 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-registry" -version = "0.2.12" +version = "0.2.13" description = "Client for Kubeflow Model Registry" authors = ["Isabella Basso do Amaral "] license = "Apache-2.0" diff --git a/clients/python/src/model_registry/__init__.py b/clients/python/src/model_registry/__init__.py index 552b844ce..74be16c6d 100644 --- a/clients/python/src/model_registry/__init__.py +++ b/clients/python/src/model_registry/__init__.py @@ -1,6 +1,6 @@ """Main package for the Kubeflow model registry.""" -__version__ = "0.2.12" +__version__ = "0.2.13" from ._client import ModelRegistry