diff --git a/cirq-aqt/cirq_aqt/_version.py b/cirq-aqt/cirq_aqt/_version.py index 85717bd2de3..6e608eda0e9 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.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-core/cirq/_version.py b/cirq-core/cirq/_version.py index 2928a84c448..59003ba6355 100644 --- a/cirq-core/cirq/_version.py +++ b/cirq-core/cirq/_version.py @@ -28,4 +28,4 @@ 'of cirq (e.g. "python -m pip install cirq==1.1.*")' ) -__version__ = "1.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-ft/cirq_ft/_version.py b/cirq-ft/cirq_ft/_version.py index 16722b32f20..c349339b653 100644 --- a/cirq-ft/cirq_ft/_version.py +++ b/cirq-ft/cirq_ft/_version.py @@ -14,4 +14,4 @@ """Define version number here, read it from setup.py automatically""" -__version__ = "1.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-google/cirq_google/_version.py b/cirq-google/cirq_google/_version.py index 2928a84c448..59003ba6355 100644 --- a/cirq-google/cirq_google/_version.py +++ b/cirq-google/cirq_google/_version.py @@ -28,4 +28,4 @@ 'of cirq (e.g. "python -m pip install cirq==1.1.*")' ) -__version__ = "1.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-ionq/cirq_ionq/_version.py b/cirq-ionq/cirq_ionq/_version.py index 85717bd2de3..6e608eda0e9 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.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-pasqal/cirq_pasqal/_version.py b/cirq-pasqal/cirq_pasqal/_version.py index 85717bd2de3..6e608eda0e9 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.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-rigetti/cirq_rigetti/_version.py b/cirq-rigetti/cirq_rigetti/_version.py index 85717bd2de3..6e608eda0e9 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.3.0.dev" +__version__ = "1.3.0" diff --git a/cirq-web/cirq_web/_version.py b/cirq-web/cirq_web/_version.py index 9f238adab73..7b34d2241d2 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.3.0.dev" +__version__ = "1.3.0"