From 8241c4e020eae1bc97be33bdf8f9b749e335842e Mon Sep 17 00:00:00 2001 From: Tanuj Khattar Date: Tue, 18 Jul 2023 13:37:40 -0700 Subject: [PATCH] Bump cirq version to 1.3.0 (#6207) --- cirq-aqt/cirq_aqt/_version.py | 2 +- cirq-aqt/cirq_aqt/_version_test.py | 2 +- cirq-core/cirq/_version.py | 2 +- cirq-core/cirq/_version_test.py | 2 +- cirq-ft/cirq_ft/_version.py | 4 ++-- cirq-ft/cirq_ft/_version_test.py | 19 +++++++++++++++++++ cirq-google/cirq_google/_version.py | 2 +- cirq-google/cirq_google/_version_test.py | 2 +- cirq-ionq/cirq_ionq/_version.py | 2 +- cirq-ionq/cirq_ionq/_version_test.py | 2 +- cirq-pasqal/cirq_pasqal/_version.py | 2 +- cirq-pasqal/cirq_pasqal/_version_test.py | 2 +- cirq-rigetti/cirq_rigetti/_version.py | 2 +- cirq-rigetti/cirq_rigetti/_version_test.py | 2 +- cirq-web/cirq_web/_version.py | 2 +- cirq-web/cirq_web/_version_test.py | 2 +- 16 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 cirq-ft/cirq_ft/_version_test.py diff --git a/cirq-aqt/cirq_aqt/_version.py b/cirq-aqt/cirq_aqt/_version.py index fcc89fab9ee..85717bd2de3 100644 --- a/cirq-aqt/cirq_aqt/_version.py +++ b/cirq-aqt/cirq_aqt/_version.py @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-aqt/cirq_aqt/_version_test.py b/cirq-aqt/cirq_aqt/_version_test.py index 5d1ce23e8f7..c038316ea46 100644 --- a/cirq-aqt/cirq_aqt/_version_test.py +++ b/cirq-aqt/cirq_aqt/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_aqt.__version__ == "1.2.0.dev" + assert cirq_aqt.__version__ == "1.3.0.dev" diff --git a/cirq-core/cirq/_version.py b/cirq-core/cirq/_version.py index a35cdd6bcf8..dae8a271d9d 100644 --- a/cirq-core/cirq/_version.py +++ b/cirq-core/cirq/_version.py @@ -29,4 +29,4 @@ 'of cirq (e.g. "python -m pip install cirq==1.1.*")' ) -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-core/cirq/_version_test.py b/cirq-core/cirq/_version_test.py index fe9dfb92689..8d39718270e 100644 --- a/cirq-core/cirq/_version_test.py +++ b/cirq-core/cirq/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq.__version__ == "1.2.0.dev" + assert cirq.__version__ == "1.3.0.dev" diff --git a/cirq-ft/cirq_ft/_version.py b/cirq-ft/cirq_ft/_version.py index fcc89fab9ee..16722b32f20 100644 --- a/cirq-ft/cirq_ft/_version.py +++ b/cirq-ft/cirq_ft/_version.py @@ -1,4 +1,4 @@ -# Copyright 2021 The Cirq Developers +# Copyright 2023 The Cirq Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-ft/cirq_ft/_version_test.py b/cirq-ft/cirq_ft/_version_test.py new file mode 100644 index 00000000000..b4df1dd57db --- /dev/null +++ b/cirq-ft/cirq_ft/_version_test.py @@ -0,0 +1,19 @@ +# Copyright 2023 The Cirq Developers +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import cirq_ft + + +def test_version(): + assert cirq_ft.__version__ == "1.3.0.dev" diff --git a/cirq-google/cirq_google/_version.py b/cirq-google/cirq_google/_version.py index a35cdd6bcf8..dae8a271d9d 100644 --- a/cirq-google/cirq_google/_version.py +++ b/cirq-google/cirq_google/_version.py @@ -29,4 +29,4 @@ 'of cirq (e.g. "python -m pip install cirq==1.1.*")' ) -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-google/cirq_google/_version_test.py b/cirq-google/cirq_google/_version_test.py index 42548523f4c..458098a7c9a 100644 --- a/cirq-google/cirq_google/_version_test.py +++ b/cirq-google/cirq_google/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_google.__version__ == "1.2.0.dev" + assert cirq_google.__version__ == "1.3.0.dev" diff --git a/cirq-ionq/cirq_ionq/_version.py b/cirq-ionq/cirq_ionq/_version.py index fcc89fab9ee..85717bd2de3 100644 --- a/cirq-ionq/cirq_ionq/_version.py +++ b/cirq-ionq/cirq_ionq/_version.py @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-ionq/cirq_ionq/_version_test.py b/cirq-ionq/cirq_ionq/_version_test.py index b9079d6aa57..3258867a2db 100644 --- a/cirq-ionq/cirq_ionq/_version_test.py +++ b/cirq-ionq/cirq_ionq/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_ionq.__version__ == "1.2.0.dev" + assert cirq_ionq.__version__ == "1.3.0.dev" diff --git a/cirq-pasqal/cirq_pasqal/_version.py b/cirq-pasqal/cirq_pasqal/_version.py index fcc89fab9ee..85717bd2de3 100644 --- a/cirq-pasqal/cirq_pasqal/_version.py +++ b/cirq-pasqal/cirq_pasqal/_version.py @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-pasqal/cirq_pasqal/_version_test.py b/cirq-pasqal/cirq_pasqal/_version_test.py index c46bb10e5e2..0806d552054 100644 --- a/cirq-pasqal/cirq_pasqal/_version_test.py +++ b/cirq-pasqal/cirq_pasqal/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_pasqal.__version__ == "1.2.0.dev" + assert cirq_pasqal.__version__ == "1.3.0.dev" diff --git a/cirq-rigetti/cirq_rigetti/_version.py b/cirq-rigetti/cirq_rigetti/_version.py index fcc89fab9ee..85717bd2de3 100644 --- a/cirq-rigetti/cirq_rigetti/_version.py +++ b/cirq-rigetti/cirq_rigetti/_version.py @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-rigetti/cirq_rigetti/_version_test.py b/cirq-rigetti/cirq_rigetti/_version_test.py index 92a178deea3..e6a36cc5016 100644 --- a/cirq-rigetti/cirq_rigetti/_version_test.py +++ b/cirq-rigetti/cirq_rigetti/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_rigetti.__version__ == "1.2.0.dev" + assert cirq_rigetti.__version__ == "1.3.0.dev" diff --git a/cirq-web/cirq_web/_version.py b/cirq-web/cirq_web/_version.py index 301e76405a9..9f238adab73 100644 --- a/cirq-web/cirq_web/_version.py +++ b/cirq-web/cirq_web/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.2.0.dev" +__version__ = "1.3.0.dev" diff --git a/cirq-web/cirq_web/_version_test.py b/cirq-web/cirq_web/_version_test.py index 7054ffcd466..3c2c42da1b0 100644 --- a/cirq-web/cirq_web/_version_test.py +++ b/cirq-web/cirq_web/_version_test.py @@ -3,4 +3,4 @@ def test_version(): - assert cirq_web.__version__ == "1.2.0.dev" + assert cirq_web.__version__ == "1.3.0.dev"