Useful Python Tips - Pushing an Update to Package on PyPi
I needed to write this down somewhere!
Update version on PyPi
My package is now on PyPi - https://pypi.org/project/pycocosn
To update, change the version number and run: python setup.py sdist upload