From fb7297ed6311f3602cadbefaca4c42124f87893b Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Fri, 26 Apr 2024 15:36:05 +0200 Subject: [PATCH] alpha release: py: bump pyproject.toml 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 02b7e908..2e0e5572 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-registry" -version = "0.1.0" +version = "0.2.0a1" description = "Client for Kubeflow Model Registry" authors = ["Isabella Basso do Amaral "] license = "Apache-2.0"