From 73c94eb22cd5e63f694cce89a6153916728a05e5 Mon Sep 17 00:00:00 2001 From: richrines1 <85512171+richrines1@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:40:39 -0500 Subject: [PATCH] bump version to 0.4.22 (#769) for #766 (i shouldn't have deployed before merging it yesterday) --- cirq-superstaq/dev-requirements.txt | 2 +- cirq-superstaq/example-requirements.txt | 2 +- cirq-superstaq/requirements.txt | 2 +- docs/requirements.txt | 4 ++-- 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 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index 2b63cc801..6fdedfe3e 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.21 +general-superstaq[dev]~=0.4.22 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index 7b5b461a3..77aba2d1e 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook~=6.5.5 -qiskit-superstaq~=0.4.21 +qiskit-superstaq~=0.4.22 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 949dc41e3..19baa6665 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,3 +1,3 @@ cirq>=1.0.0 -general-superstaq~=0.4.21 +general-superstaq~=0.4.22 qubovert>=1.2.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index 765b0ccc6..eefb2f88a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -cirq-superstaq[dev]~=0.4.21 +cirq-superstaq[dev]~=0.4.22 ipywidgets>=8.0.0 nbsphinx>=0.9.0 -qiskit-superstaq[dev]~=0.4.21 +qiskit-superstaq[dev]~=0.4.22 sphinx-rtd-theme>=1.0.0 supermarq[dev]~=0.4.11 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index e427a5547..ece529aa1 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.4.21" +__version__ = "0.4.22" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index 2b63cc801..6fdedfe3e 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.21 +general-superstaq[dev]~=0.4.22 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index b36287bc4..7e0d00eec 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.4.21 +general-superstaq~=0.4.22 matplotlib~=3.0 qiskit>=0.43.3 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index 2b63cc801..6fdedfe3e 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.21 +general-superstaq[dev]~=0.4.22 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index b48be329b..4a6c6dbfb 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,4 +1,4 @@ -cirq-superstaq~=0.4.21 +cirq-superstaq~=0.4.22 matplotlib<=3.5.2 -qiskit-superstaq~=0.4.21 +qiskit-superstaq~=0.4.22 scikit-learn>=1.0