Helpful instructions can be found here
- Increment the version number in
setup.py
- Add notes for the new version in
RELEASE.txt
- Run the following commands to upload the new version to pypi
python setup.py sdist
python setup.py sdist upload
- Check pypi.python.org that the new version is present.