Skip to content

Increment version number in master#699

Merged
mhucka merged 1 commit into
quantumlib:masterfrom
mhucka:mh-update-version
May 23, 2025
Merged

Increment version number in master#699
mhucka merged 1 commit into
quantumlib:masterfrom
mhucka:mh-update-version

Conversation

@mhucka
Copy link
Copy Markdown
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
Comment thread qsimcirq/_version.py
"""The version number defined here is read automatically in setup.py."""

__version__ = "0.21.0"
__version__ = "0.22.0.dev0"
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
@mhucka mhucka deleted the mh-update-version branch January 1, 2026 18:01
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