blob: d996cfe44d90296aa9bd077b42d18db78ca2d32d [file] [log] [blame]
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