From 4128ac704a8945d8fe2c327963e7f4884910ded9 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Fri, 20 Sep 2024 20:13:33 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb1cdcc94..c463aa693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibolab" -version = "0.2.0" +version = "0.2.1" description = "Quantum hardware module and drivers for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"