Skip to content

Commit

Permalink
Bumping to v0.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Apr 11, 2022
1 parent 8fcc605 commit 632396c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cirq-aqt/cirq_aqt/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-aqt/cirq_aqt/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_aqt.__version__ == "0.14.0.dev"
assert cirq_aqt.__version__ == "0.14.1"
2 changes: 1 addition & 1 deletion cirq-core/cirq/_version.py
Expand Up @@ -29,4 +29,4 @@
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
)

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-core/cirq/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq.__version__ == "0.14.0.dev"
assert cirq.__version__ == "0.14.1"
Expand Up @@ -215,7 +215,7 @@ def test_qasm():
qasm = cirq.qasm(circuit)
assert (
qasm
== """// Generated from Cirq v0.14.0.dev
== """// Generated from Cirq v0.14.1
OPENQASM 2.0;
include "qelib1.inc";
Expand Down
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/_version.py
Expand Up @@ -29,4 +29,4 @@
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
)

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_google.__version__ == "0.14.0.dev"
assert cirq_google.__version__ == "0.14.1"
2 changes: 1 addition & 1 deletion cirq-ionq/cirq_ionq/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-ionq/cirq_ionq/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_ionq.__version__ == "0.14.0.dev"
assert cirq_ionq.__version__ == "0.14.1"
2 changes: 1 addition & 1 deletion cirq-pasqal/cirq_pasqal/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-pasqal/cirq_pasqal/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_pasqal.__version__ == "0.14.0.dev"
assert cirq_pasqal.__version__ == "0.14.1"
2 changes: 1 addition & 1 deletion cirq-rigetti/cirq_rigetti/_version.py
Expand Up @@ -14,4 +14,4 @@

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

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-rigetti/cirq_rigetti/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_rigetti.__version__ == "0.14.0.dev"
assert cirq_rigetti.__version__ == "0.14.1"
2 changes: 1 addition & 1 deletion cirq-web/cirq_web/_version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion cirq-web/cirq_web/_version_test.py
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq_web.__version__ == "0.14.0.dev"
assert cirq_web.__version__ == "0.14.1"

0 comments on commit 632396c

Please sign in to comment.