From e90982f0638829a4d69915a0e829b22d12bd017a Mon Sep 17 00:00:00 2001 From: scarrazza Date: Sun, 18 Feb 2024 10:40:48 +0100 Subject: [PATCH] increasing version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b2356a..c66f93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibo-client" -version = "0.0.2" +version = "0.0.3" description = "Qibo client interface." authors = ["The Qibo team"] license = "Apache License 2.0"