The following are instructions on how to push out a new release of superpy.

This mean for developers/maintainers of superpy.


 1. Set the version number and other info in setup.py.
 2. Do "python setup.py bdist_egg upload" to upload a python egg to PYPI.
 3. Do "python setup.py sdist upload" to upload python source to PYPI.
 4. Do "python.exe misc/googlecode_upload.py -s SUMMARY -p superpy <FILE>
    * Do the above for both the bdist and sdist files.

