How to do releases - nicholasdavidson/pybit GitHub Wiki
##To build, see:
##To release:
- edit version in setup.py
- python setup.py sdist
- git tag -a pybit-[version number] -m "[your description here]"
- git push
- git push --tags
Then upload the tarball from /dist to the downloads section.