From cddc687c2e38cf8302438ea6f0df6a7f61613d74 Mon Sep 17 00:00:00 2001 From: scarrazza Date: Mon, 4 Mar 2024 17:09:27 +0100 Subject: [PATCH] increasing version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3320e3f..9497614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibotn" -version = "0.0.1" +version = "0.0.2" description = "A tensor-network translation module for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"