We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the version number is hardcoded in setup.py; every time one makes a release one needs to remember to manually update it.
setup.py
It'd be better to use something like setuptools_scm to automatically infer the version number from git.
This issue is to make sure we don't forget about it.
The text was updated successfully, but these errors were encountered:
Oh, I see the update_version.py script now; I'll look into how/what it does.
update_version.py
Sorry, something went wrong.
No branches or pull requests
Right now, the version number is hardcoded in
setup.py
; every time one makes a release one needs to remember to manually update it.It'd be better to use something like setuptools_scm to automatically infer the version number from git.
This issue is to make sure we don't forget about it.
The text was updated successfully, but these errors were encountered: