From b28260289e71cd12b7500ee7477b498ad9484772 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Mon, 20 Jan 2025 09:09:51 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39dbe8a..928f5c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibotn" -version = "0.0.2" +version = "0.0.3" description = "A tensor-network translation module for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"