From 831b1965b41d8cf47c82677470cceac1e253b9ac Mon Sep 17 00:00:00 2001 From: Maxence Drutel Date: Fri, 16 Feb 2024 08:59:49 +0000 Subject: [PATCH] feat: Release 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9befc2..e1e91f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "qiskit_alice_bob_provider" authors = [ {name = "Alice & Bob Software Team"}, ] -version = "0.5.0" +version = "0.5.1" description = "Provider for running Qiskit circuits on Alice & Bob QPUs and simulators" readme = "README.md" license = {text = "Apache 2.0"}