bump-my-version

Automate version bumping and changelog updates in Python projects

brewmacoslinux
Try with needOr install directly
Source

About

Version bump your Python project

Commands

bump-my-version

Examples

Bump patch version (e.g., 1.0.0 -> 1.0.1)$ bump-my-version bump patch
Bump minor version and update changelog automatically$ bump-my-version bump minor
Show current version without making changes$ bump-my-version current-version