From 53889a9dd5de78aa08a73502b5350d8cefd76cb6 Mon Sep 17 00:00:00 2001 From: Valentin Macheret Date: Fri, 14 Nov 2025 14:01:29 +0100 Subject: [PATCH] feat(sampler): up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7e6913..c238d88 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="qiskit_scaleway", - version="0.3.3", + version="0.3.4", project_urls={ "Documentation": "https://www.scaleway.com/en/quantum-as-a-service/", "Source": "https://github.com/scaleway/qiskit-scaleway",