From cd362c57e12d00f12ea5069a281c241cd3ebc327 Mon Sep 17 00:00:00 2001 From: Rishabh <54768821+anonymousr007@users.noreply.github.com> Date: Mon, 25 Oct 2021 05:12:40 +0530 Subject: [PATCH] Bump dev version from v0.13.0.dev to v0.14.0.dev (#4598) Fixes: [#4597 ](https://github.com/quantumlib/Cirq/issues/4597) --- 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-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 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cirq-aqt/cirq_aqt/_version.py b/cirq-aqt/cirq_aqt/_version.py index e49093d52cd..602395fdd1d 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__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-aqt/cirq_aqt/_version_test.py b/cirq-aqt/cirq_aqt/_version_test.py index 41f421ee002..3e50d9a8a9f 100644 --- a/cirq-aqt/cirq_aqt/_version_test.py +++ b/cirq-aqt/cirq_aqt/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_aqt.__version__ == "0.13.0.dev" + assert cirq_aqt.__version__ == "0.14.0.dev" diff --git a/cirq-core/cirq/_version.py b/cirq-core/cirq/_version.py index c7c9558e1ff..84979ec4cb0 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==0.5.*")' ) -__version__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-core/cirq/_version_test.py b/cirq-core/cirq/_version_test.py index f508bad208d..c4add36e435 100644 --- a/cirq-core/cirq/_version_test.py +++ b/cirq-core/cirq/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq.__version__ == "0.13.0.dev" + assert cirq.__version__ == "0.14.0.dev" diff --git a/cirq-google/cirq_google/_version.py b/cirq-google/cirq_google/_version.py index c7c9558e1ff..84979ec4cb0 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==0.5.*")' ) -__version__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-google/cirq_google/_version_test.py b/cirq-google/cirq_google/_version_test.py index 74a62cf98ec..a72e6890b36 100644 --- a/cirq-google/cirq_google/_version_test.py +++ b/cirq-google/cirq_google/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_google.__version__ == "0.13.0.dev" + assert cirq_google.__version__ == "0.14.0.dev" diff --git a/cirq-ionq/cirq_ionq/_version.py b/cirq-ionq/cirq_ionq/_version.py index e49093d52cd..602395fdd1d 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__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-ionq/cirq_ionq/_version_test.py b/cirq-ionq/cirq_ionq/_version_test.py index 33790053cbf..18954e62dda 100644 --- a/cirq-ionq/cirq_ionq/_version_test.py +++ b/cirq-ionq/cirq_ionq/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_ionq.__version__ == "0.13.0.dev" + assert cirq_ionq.__version__ == "0.14.0.dev" diff --git a/cirq-pasqal/cirq_pasqal/_version.py b/cirq-pasqal/cirq_pasqal/_version.py index e49093d52cd..602395fdd1d 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__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-pasqal/cirq_pasqal/_version_test.py b/cirq-pasqal/cirq_pasqal/_version_test.py index 380848a5468..f5de2cce95b 100644 --- a/cirq-pasqal/cirq_pasqal/_version_test.py +++ b/cirq-pasqal/cirq_pasqal/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_pasqal.__version__ == "0.13.0.dev" + assert cirq_pasqal.__version__ == "0.14.0.dev" diff --git a/cirq-rigetti/cirq_rigetti/_version.py b/cirq-rigetti/cirq_rigetti/_version.py index e49093d52cd..602395fdd1d 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__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-rigetti/cirq_rigetti/_version_test.py b/cirq-rigetti/cirq_rigetti/_version_test.py index 9f6194f8461..47661754eb4 100644 --- a/cirq-rigetti/cirq_rigetti/_version_test.py +++ b/cirq-rigetti/cirq_rigetti/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_rigetti.__version__ == "0.13.0.dev" + assert cirq_rigetti.__version__ == "0.14.0.dev" diff --git a/cirq-web/cirq_web/_version.py b/cirq-web/cirq_web/_version.py index 343e2b91bb6..6e5a57d46b9 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__ = "0.13.0.dev" +__version__ = "0.14.0.dev" diff --git a/cirq-web/cirq_web/_version_test.py b/cirq-web/cirq_web/_version_test.py index ba3314ec899..db776616f11 100644 --- a/cirq-web/cirq_web/_version_test.py +++ b/cirq-web/cirq_web/_version_test.py @@ -2,4 +2,4 @@ def test_version(): - assert cirq_web.__version__ == "0.13.0.dev" + assert cirq_web.__version__ == "0.14.0.dev"