Notes for developers
Pull Requests
Please use the Git Flow model, with a feature branch based off the develop branch, for creating PRs to the GitHub repo
Versioning
To increase the version number use the following command:
bumpversion (major|minor|patch) --tag
Releasing to PyPi and Conda
Last updated