http://guide.python-distribute.org/creation.html

Updating your distribution:
    increment the version number in your setup.py file,
    update your CHANGES.txt file,
    run python setup.py sdist upload again.

