From a1b46ddc43af75057560dac3bbba97e4e61c2297 Mon Sep 17 00:00:00 2001 From: Michael Broughton Date: Wed, 23 Mar 2022 23:26:34 -0700 Subject: [PATCH] Removing 0.14.0.dev -> 0.14.0 --- cirq-aqt/cirq_aqt/_version.py | 2 +- cirq-core/cirq/_version.py | 2 +- cirq-google/cirq_google/_version.py | 2 +- cirq-ionq/cirq_ionq/_version.py | 2 +- cirq-pasqal/cirq_pasqal/_version.py | 2 +- cirq-rigetti/cirq_rigetti/_version.py | 2 +- cirq-web/cirq_web/_version.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cirq-aqt/cirq_aqt/_version.py b/cirq-aqt/cirq_aqt/_version.py index 602395fdd1d..d21b5b877a5 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-core/cirq/_version.py b/cirq-core/cirq/_version.py index 84979ec4cb0..e1bcaa5397a 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-google/cirq_google/_version.py b/cirq-google/cirq_google/_version.py index 84979ec4cb0..e1bcaa5397a 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-ionq/cirq_ionq/_version.py b/cirq-ionq/cirq_ionq/_version.py index 602395fdd1d..d21b5b877a5 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-pasqal/cirq_pasqal/_version.py b/cirq-pasqal/cirq_pasqal/_version.py index 602395fdd1d..d21b5b877a5 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-rigetti/cirq_rigetti/_version.py b/cirq-rigetti/cirq_rigetti/_version.py index 602395fdd1d..d21b5b877a5 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.14.0.dev" +__version__ = "0.14.0" diff --git a/cirq-web/cirq_web/_version.py b/cirq-web/cirq_web/_version.py index 6e5a57d46b9..fae9b4a8434 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.14.0.dev" +__version__ = "0.14.0"