Do proper semantic versioning
ewuerger opened this issue · 2 comments
ewuerger commented
The module version should be identical with the release tag.
Wuestengecko commented
The module version should be identical with the release tag
Isn't the former derived from the latter?
As far as I can see, setuptools-scm
is installed in this repo, which should automatically fill in the version number (derived from the latest release tag) in the wheel metadata, which is then automatically pulled into the __version__
attribute on the module/package.
ewuerger commented
Yes you are right. I also checked it.