From a5b8147bdb50f45e956bea57abccd9ebcbb39477 Mon Sep 17 00:00:00 2001 From: Maxence Drutel Date: Thu, 14 Mar 2024 13:53:49 +0000 Subject: [PATCH] feat: Release 0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee4a8f6..cce0cb1 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.2" +version = "0.5.3" description = "Provider for running Qiskit circuits on Alice & Bob QPUs and simulators" readme = "README.md" license = {text = "Apache 2.0"}