Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qsimcirq/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""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.)

Loading