Skip to content

Commit

Permalink
Bump cirq version to 1.4.0 (quantumlib#6369)
Browse files Browse the repository at this point in the history
* Bump cirq version to 1.4.0
* Fix version tests.
  • Loading branch information
dstrain115 authored Dec 1, 2023
1 parent ff6555a commit 7711c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cirq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
'of cirq (e.g. "python -m pip install cirq==1.1.*")'
)

__version__ = "1.3.0.dev"
__version__ = "1.4.0.dev"
2 changes: 1 addition & 1 deletion cirq/_version_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


def test_version():
assert cirq.__version__ == "1.3.0.dev"
assert cirq.__version__ == "1.4.0.dev"

0 comments on commit 7711c46

Please sign in to comment.