From ba720dcf66f814ebeb68180c7e33a546b3b7ef9e Mon Sep 17 00:00:00 2001 From: tarilabs Date: Tue, 20 Feb 2024 10:26:47 +0100 Subject: [PATCH] py: update project version to v0.1.1 --- 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 56988c69..ebceb500 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.1.1" description = "Client for Red Hat OpenDataHub Model Registry" authors = ["Isabella Basso do Amaral "] license = "Apache-2.0"