Skip to content

Commit

Permalink
Bump Cirq version to v1.1.0 (quantumlib#5796)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored Jul 19, 2022
1 parent 534cc5c commit d5910ac
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 @@ -29,4 +29,4 @@
'of cirq (e.g. "python -m pip install cirq==0.5.*")'
)

__version__ = "0.16.0.dev"
__version__ = "1.1.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__ == "0.16.0.dev"
assert cirq.__version__ == "1.1.0.dev"

0 comments on commit d5910ac

Please sign in to comment.