So that the package maintainer won't have to google it every time.
- git checkout master
- git pull
- Update version number in setup.py
- git add setup.py
- git commit
- git push
- git tag X.X.X -m "vX.X.X"
- git push --tags
- python setup.py sdist upload -r pypitest
- Check that things look right on https://test.pypi.org/project/slacker_log_handler/
- python setup.py sdist upload -r pypi
- Check that things look right on https://pypi.org/project/slacker-log-handler/