From 99c98bebb85bdb20756e160599e75671e23efe15 Mon Sep 17 00:00:00 2001 From: Guillaume Schurck Date: Thu, 31 Oct 2024 18:07:57 +0100 Subject: [PATCH] feat: release 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0617649..e5cb462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "qiskit_alice_bob_provider" authors = [ {name = "Alice & Bob Software Team"}, ] -version = "1.0.0" +version = "1.0.1" description = "Provider for running Qiskit circuits on Alice & Bob QPUs and simulators" readme = "README.md" license = {text = "Apache 2.0"}