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 bump2version. For a new patch release, run
bump2version patch
and for a minor release
bump2version minor
Remember to also push the release tag with git push --tags
.
Use twine to upload the new release to PyPI.