From c7ef361e939da0a7f800e3c19ae231be6d4cc0ac Mon Sep 17 00:00:00 2001 From: Julien Dumazert Date: Mon, 2 Oct 2023 18:56:58 +0200 Subject: [PATCH] Bump version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ada7853..627a3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "qiskit_alice_bob_provider" authors = [ {name = "Alice & Bob Software Team"}, ] -version = "0.1.3" +version = "0.1.4" description = "Provider for running Qiskit circuits on Alice & Bob QPUs and simulators" readme = "README.md" license = {text = "Apache 2.0"}