From 84de79a892f1a8e44b532e46cc6ebbdabedf2cab Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Fri, 20 Jun 2025 14:20:00 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ceb17b..7133e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibotn" -version = "0.0.5" +version = "0.0.6" description = "A tensor-network translation module for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"