git flow release start x.y.z
bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git ci -m 'bump version'
python setup.py sdist
git flow release finish x.y.z
git push origin master x.y.z
