Releasing Bump the version in alembic_autogen_version.py. Commit with the version number as the message: git commit -m "x.y.z" Tag the commit: git tag x.y.z Push the tag: git push --tags origin master Travis will take care of releasing to PyPI.