From 42c8bde08f8730f52509fa606d5245e4aefba32c Mon Sep 17 00:00:00 2001 From: Stephanie Lee <72408904+stephanielee9@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:27:24 -0600 Subject: [PATCH] version bump to 0.5.2 (#848) Co-authored-by: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com> --- 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 14c550669..12f8ec13c 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.1 +checks-superstaq~=0.5.2 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index 07b86cba9..8ead45560 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.1 +qiskit-superstaq~=0.5.2 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 204e4ebe6..28d692080 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,3 +1,3 @@ cirq>=1.0.0 -general-superstaq~=0.5.1 +general-superstaq~=0.5.2 qubovert>=1.2.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index b17a6cde2..14584dec1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -cirq-superstaq[dev]~=0.5.1 +cirq-superstaq[dev]~=0.5.2 ipywidgets>=8.0.0 nbsphinx>=0.9.0 -qiskit-superstaq[dev]~=0.5.1 +qiskit-superstaq[dev]~=0.5.2 sphinx-rtd-theme>=1.0.0 diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index 2d9363518..bb9247fa9 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.1 +checks-superstaq~=0.5.2 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index dd9b22ccc..722515271 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index 14c550669..12f8ec13c 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.1 +checks-superstaq~=0.5.2 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index 3311f6ab0..3a6a112aa 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.5.1 +general-superstaq~=0.5.2 matplotlib~=3.0 qiskit>=0.43.3, <0.45.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index 14c550669..12f8ec13c 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.1 +checks-superstaq~=0.5.2 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 9442a684d..dbd738ae8 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,4 +1,4 @@ -cirq-superstaq~=0.5.1 +cirq-superstaq~=0.5.2 matplotlib<=3.5.2 -qiskit-superstaq~=0.5.1 +qiskit-superstaq~=0.5.2 scikit-learn>=1.0