Skip to content

Commit

Permalink
Bump cirq version to 1.5.0 (quantumlib#6624)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas authored May 30, 2024
1 parent 10787ec commit 458987d
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.4.0.dev"
__version__ = "1.5.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.4.0.dev"
assert cirq.__version__ == "1.5.0.dev"

0 comments on commit 458987d

Please sign in to comment.