You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latest setuptools_scm (from v9.2.0[1]), there's a change in
version inference logic which ultimately got overrode by the version
definition from setup.cfg resulting in dist packages always versioned
at 0.1. Instead rely on the automatic version inference without an
explicit version in setup.cfg. In case the version detection fails,
we already have fallback_version set to 0.1 in pyproject.toml.
[1] https://setuptools-scm.readthedocs.io/en/latest/changelog/
Signed-off-by: Anoop C S <[email protected]>
0 commit comments