The real thing is here
This is to remind myself of the bumpversion utility that I forget every once in a while
pip install bumpversion
- Use the given config file (.bumpversion.cfg) at the root of the project
- run
bumpversion patch/minor/major - push changes
git push - push new tag
git push --tags