From 9101aefcb0f3668d209b1b5b7f0d0f0fca36655e Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 5 Mar 2024 10:07:55 +0100 Subject: [PATCH] py: update project version to v0.1.2 (#19) --- 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"