From 56d3c38cbfe2eafbc955639b6510d7c8a3076b7e Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Wed, 23 Apr 2025 07:21:49 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c9137e..1ceb17b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibotn" -version = "0.0.4" +version = "0.0.5" description = "A tensor-network translation module for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"