- To release a new version of nb2xls on PyPI:
Update meta.py (set release version, remove 'dev')
Add version to changelog in README.md
git add the meta.py file and git commit
git tag -a X.X.X -m 'comment'
git push
git push --tags
This should be built and pushed to PyPI automatically through travis-ci