Development of nbstripout happens on GitHub - bug reports and pull requests welcome!
To simplify updating the version number consistently across different files and creating the appropriate annotated tag, we use bumpversion. For a new patch release, run
bumpversion patch
and for a minor release
bumpversion minor
Note: bumpversion does not (as of 0.5.3) support creating annotated tags. We therefore use a fork which you can install with
pip install git+https://github.com/ekohl/bumpversion@annotated-tags