We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Steps for tagging a release:
git tag -a v1.0.1 -m "Version 1.0.1" git push origin v1.0.1
Steps for updating PyPI:
\rm -Rf dist python setup.py sdist bdist_wheel python -m twine upload dist/*