# setup
git checkout master
git pull
version=X.X.X
echo $version
# git commit and tag
git tag -a v$version -m v$version
git push --tags
# update pypi
python setup.py register sdist
twine upload dist/scikit-allel-${version}.tar.gz
# check rtfd
# update conda-forge
# notify
