Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 242 Bytes

RELEASING.rst

File metadata and controls

12 lines (7 loc) · 242 Bytes

Releasing a new version

Change the version number setup.py and NEWS.rst.

Commit the changes and tag the repository:

git tag -s vX.Y

Upload the package to PyPI:

python setup.py clean sdist upload