Hi! I've noticed some inconsistencies in the latest version number, across the repo:
- the tag is named
v3.0.1
- the GitHub release is
v3.1.0 (minor bump, instead of patch bump)
- the
project.version in pyproject.toml is 3.0.0 (no bump)
It's not causing any issue in our packaging, I chose to name the version 3.0.1 since there's no new feature since 3.0.0, but we thought you might want to know.
Hi! I've noticed some inconsistencies in the latest version number, across the repo:
v3.0.1v3.1.0(minor bump, instead of patch bump)project.versioninpyproject.tomlis3.0.0(no bump)It's not causing any issue in our packaging, I chose to name the version
3.0.1since there's no new feature since3.0.0, but we thought you might want to know.