From 59ac1faaa50a25dd9a9510bd1c2a1b5e4e563cda Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Fri, 18 Oct 2024 14:42:50 +0200 Subject: [PATCH] Version release: v0.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e54974a..563c39f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualibrate-runner" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Quantum Machines "] readme = "README.md" @@ -13,7 +13,7 @@ click = "^8.1.7" tomli = { version = "^2.0.1", python = "<3.11" } tomli-w = "^1.0.0" jsonpatch = "^1.33" -qualibrate-core = {version = "^0.2.0", optional = true} +qualibrate-core = { version = "^0.2.0", optional = true } [tool.poetry.extras] qualibrary = ["qualibrate-core"]