-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Cirq version to v1.1.0 #5796
Bump Cirq version to v1.1.0 #5796
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats 🥳 🍾
Automerge cancelled: A status check is failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. LGTM
@@ -3,4 +3,4 @@ | |||
|
|||
|
|||
def test_version(): | |||
assert cirq_aqt.__version__ == "0.16.0.dev" | |||
assert cirq_aqt.__version__ == "1.1.0.dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of scope for this PR, but shouldn't we have version string in one place (and use others for overrides)?
No description provided.