Skip to content

Commit 632396c

Browse files
Bumping to v0.14.1.
1 parent 8fcc605 commit 632396c

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

cirq-aqt/cirq_aqt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.14.0"
17+
__version__ = "0.14.1"

cirq-aqt/cirq_aqt/_version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def test_version():
6-
assert cirq_aqt.__version__ == "0.14.0.dev"
6+
assert cirq_aqt.__version__ == "0.14.1"

cirq-core/cirq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
3030
)
3131

32-
__version__ = "0.14.0"
32+
__version__ = "0.14.1"

cirq-core/cirq/_version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def test_version():
6-
assert cirq.__version__ == "0.14.0.dev"
6+
assert cirq.__version__ == "0.14.1"

cirq-core/cirq/ops/classically_controlled_operation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_qasm():
215215
qasm = cirq.qasm(circuit)
216216
assert (
217217
qasm
218-
== """// Generated from Cirq v0.14.0.dev
218+
== """// Generated from Cirq v0.14.1
219219
220220
OPENQASM 2.0;
221221
include "qelib1.inc";

cirq-google/cirq_google/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
3030
)
3131

32-
__version__ = "0.14.0"
32+
__version__ = "0.14.1"

cirq-google/cirq_google/_version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def test_version():
6-
assert cirq_google.__version__ == "0.14.0.dev"
6+
assert cirq_google.__version__ == "0.14.1"

cirq-ionq/cirq_ionq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.14.0"
17+
__version__ = "0.14.1"

cirq-ionq/cirq_ionq/_version_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def test_version():
6-
assert cirq_ionq.__version__ == "0.14.0.dev"
6+
assert cirq_ionq.__version__ == "0.14.1"

cirq-pasqal/cirq_pasqal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Define version number here, read it from setup.py automatically"""
1616

17-
__version__ = "0.14.0"
17+
__version__ = "0.14.1"

0 commit comments

Comments
 (0)