diff --git a/README.rst b/README.rst index 842518694ac29d43c30fc6398c40e0b7b71eba8c..e6203eccb2ada5dfe299c630c4eaa9f99007cc34 100644 --- a/README.rst +++ b/README.rst @@ -191,7 +191,6 @@ Releasing tox - * Release on PyPI by uploading both sdist and wheel:: python setup.py sdist upload -r pypi @@ -201,6 +200,11 @@ Releasing NOTE: Make sure you have Python Wheel installed for your distribution or else the above commands will not work. +* Create git tag for released version:: + + git tag -a v0.1.1 -m "version 0.1.1" + + * Update version number (can also be minor or major):: bumpversion patch