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 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://testpypi.python.org/pypi/slacker_log_handler
- python setup.py sdist upload -r pypi
- Check that things look right on https://pypi.python.org/pypi/slacker_log_handler