Skip to content

Commit

Permalink
bump version to 0.5.25 (#1035)
Browse files Browse the repository at this point in the history
Co-authored-by: Palash Goiporia <85507449+pgoiporia@users.noreply.github.com>
  • Loading branch information
richrines1 and pgoiporia authored Aug 27, 2024
1 parent edc853c commit 3b280f3
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cirq-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.24
checks-superstaq~=0.5.25
2 changes: 1 addition & 1 deletion cirq-superstaq/example-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
notebook>=6.5.5
qiskit-superstaq~=0.5.24
qiskit-superstaq~=0.5.25
2 changes: 1 addition & 1 deletion cirq-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cirq-core>=1.0.0
general-superstaq~=0.5.24
general-superstaq~=0.5.25
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cirq-superstaq[dev]~=0.5.24
qiskit-superstaq[dev]~=0.5.24
cirq-superstaq[dev]~=0.5.25
qiskit-superstaq[dev]~=0.5.25
2 changes: 1 addition & 1 deletion general-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
checks-superstaq~=0.5.24
checks-superstaq~=0.5.25
pyyaml>=6.0
2 changes: 1 addition & 1 deletion general-superstaq/general_superstaq/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.24"
__version__ = "0.5.25"
2 changes: 1 addition & 1 deletion qiskit-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.24
checks-superstaq~=0.5.25
2 changes: 1 addition & 1 deletion qiskit-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
general-superstaq~=0.5.24
general-superstaq~=0.5.25
qiskit>=1.0.0
symengine~=0.11.0
2 changes: 1 addition & 1 deletion supermarq-benchmarks/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.24
checks-superstaq~=0.5.25
4 changes: 2 additions & 2 deletions supermarq-benchmarks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cirq-superstaq~=0.5.24
qiskit-superstaq~=0.5.24
cirq-superstaq~=0.5.25
qiskit-superstaq~=0.5.25
scikit-learn>=1.0
seaborn>=0.13.2

0 comments on commit 3b280f3

Please sign in to comment.