Bump, commit, tag and push.
- Increments your version number from version control tags
- Writes new version number to
pyproject.toml[project.version]&uv.lockand appends previous commit (so that the current commit is the one with the tag and the project files all match). - Creates a new tag with new version number
- Pushes changes to the repository.
uvx --from version-tagger bump