From ecaeffaa0b7eb959730a9bb1e81684fd1f353152 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Sun, 23 Jun 2024 10:37:06 +0200 Subject: [PATCH] py(chore): bump to next version (#75) Signed-off-by: Matteo Mortari --- 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 dd366cd72..de4c38f38 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-registry" -version = "0.2.1a1" +version = "0.2.2a1" description = "Client for Kubeflow Model Registry" authors = ["Isabella Basso do Amaral "] license = "Apache-2.0"