From ccafd77b136753926700137d80f953e0433369f8 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Tue, 25 Jun 2024 11:54:06 +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 62b762199..a477b577f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibolab" -version = "0.1.7" +version = "0.1.8" description = "Quantum hardware module and drivers for Qibo" authors = ["The Qibo team"] license = "Apache License 2.0"