Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Increment version number in master #699

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

Merged
merged 1 commit into from
May 23, 2025

Conversation

mhucka
Copy link
Collaborator

@mhucka mhucka commented May 11, 2025

The version number should have been incremented to 0.22.0.dev0 after the 0.21.0 release, but never was.

It should have been incremented after the 0.21.0 release
@mhucka mhucka self-assigned this May 11, 2025
@mhucka mhucka added the area/health Involves general matters of project configuration, health, maintenance, and similar concerns label May 11, 2025
@@ -1,3 +1,3 @@
"""The version number defined here is read automatically in setup.py."""

__version__ = "0.21.0"
__version__ = "0.22.0.dev0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it supposed to be 0.22.0.dev0 or 0.22.0.dev?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PyPA guide to valid version numbers uses x.y.z.devN, and this is what Qualtran and Cirq are doing. See, for example, Qualtran's version file.

Copy link
Collaborator Author

@mhucka mhucka May 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(BTW, I know the CI checks are failing, and I'm also working on getting them running. That'll be a separate PR.)

@mhucka mhucka merged commit 6926d20 into quantumlib:master May 23, 2025
12 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/health Involves general matters of project configuration, health, maintenance, and similar concerns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.