From 0b73d8c222b3b4cdc0505e3def9eb63cd598bed1 Mon Sep 17 00:00:00 2001 From: Spencer Dearman <121642493+spencerdearman@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:28:37 -0500 Subject: [PATCH] Version bump to 0.5.19 (#973) Version bump from 0.5.18 -> 0.5.19 --- cirq-superstaq/dev-requirements.txt | 2 +- cirq-superstaq/example-requirements.txt | 2 +- cirq-superstaq/requirements.txt | 2 +- docs/requirements.txt | 4 ++-- general-superstaq/dev-requirements.txt | 2 +- general-superstaq/general_superstaq/_version.py | 2 +- qiskit-superstaq/dev-requirements.txt | 2 +- qiskit-superstaq/requirements.txt | 2 +- supermarq-benchmarks/dev-requirements.txt | 2 +- supermarq-benchmarks/requirements.txt | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index c45d2ad9..b57039eb 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.18 +checks-superstaq~=0.5.19 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index 29045f14..44e9538c 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook>=6.5.5 -qiskit-superstaq~=0.5.18 +qiskit-superstaq~=0.5.19 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 2a2c33b2..e9da366c 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,2 +1,2 @@ cirq-core>=1.0.0 -general-superstaq~=0.5.18 +general-superstaq~=0.5.19 diff --git a/docs/requirements.txt b/docs/requirements.txt index 9965054e..eca4c9fb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -cirq-superstaq[dev]~=0.5.18 -qiskit-superstaq[dev]~=0.5.18 +cirq-superstaq[dev]~=0.5.19 +qiskit-superstaq[dev]~=0.5.19 diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index 67e9c574..bb6f16a5 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.18 +checks-superstaq~=0.5.19 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index 8c7efea7..0035b5de 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.18" +__version__ = "0.5.19" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index c45d2ad9..b57039eb 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.18 +checks-superstaq~=0.5.19 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index 7c4386f9..a7d84093 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,4 +1,4 @@ -general-superstaq~=0.5.18 +general-superstaq~=0.5.19 qiskit>=0.45.1 qiskit-ibm-provider>=0.9.0 symengine~=0.11.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index c45d2ad9..b57039eb 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.18 +checks-superstaq~=0.5.19 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 580b61ee..b46530d3 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,3 +1,3 @@ -cirq-superstaq~=0.5.18 -qiskit-superstaq~=0.5.18 +cirq-superstaq~=0.5.19 +qiskit-superstaq~=0.5.19 scikit-learn>=1.0