From 73cb3300d704c9132e9ffa5828e593773b79abec Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 5 Mar 2024 09:21:26 +0100 Subject: [PATCH] py: update project version to v0.1.2 --- clients/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 11e214f9..8ad9b88e 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-registry" -version = "0.1.1" +version = "0.1.2" description = "Client for Kubeflow Model Registry" authors = ["Isabella Basso do Amaral "] license = "Apache-2.0"