We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm currently using this page for notes.
When incrementing the version of this software, the version number has to be changed in several places.
conda
Make these changes, commit, and push. Then tag the release with
git tag v0.2.1
and push the tag
git push --tags
The new tag will trigger a Travis CI build.
This is really cumbersome and I'd love to find a better way.