Skip to content

Commit

Permalink
Bump cirq version to 1.3.0 (#6207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar committed Jul 18, 2023
1 parent edc820a commit 8241c4e
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 16 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__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_aqt.__version__ == "1.3.0.dev"
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==1.1.*")'
)

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


def test_version():
assert cirq.__version__ == "1.2.0.dev"
assert cirq.__version__ == "1.3.0.dev"
4 changes: 2 additions & 2 deletions 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.
Expand All @@ -14,4 +14,4 @@

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

__version__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
19 changes: 19 additions & 0 deletions 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"
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==1.1.*")'
)

__version__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_google.__version__ == "1.3.0.dev"
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__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_ionq.__version__ == "1.3.0.dev"
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__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_pasqal.__version__ == "1.3.0.dev"
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__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_rigetti.__version__ == "1.3.0.dev"
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__ = "1.2.0.dev"
__version__ = "1.3.0.dev"
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__ == "1.2.0.dev"
assert cirq_web.__version__ == "1.3.0.dev"

0 comments on commit 8241c4e

Please sign in to comment.