From 9ae0ad30cd7bbf78481b9b733921725bfe682ab6 Mon Sep 17 00:00:00 2001 From: Alessandro Montanari Date: Fri, 2 Feb 2024 12:14:18 +0100 Subject: [PATCH] v0.0.1-test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e22723..813763a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "premai" -version = "1.0.0" +version = "0.0.1-test" description = "A client library for accessing Prem APIs" authors = [] readme = "README.md"