From 9a60bf4acb0939383dbcc334fedd55038c066b6b Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Mon, 17 Feb 2025 12:37:17 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d705968..ef78079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibotn" -version = "0.0.3" +version = "0.0.4" description = "A tensor-network translation module for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"