tseda.bump_version module¶
bump_version — increment the version string in pyproject.toml.
Usage¶
bump-version # bumps patch (0.1.7 -> 0.1.8) bump-version patch # same bump-version minor # bumps minor (0.1.7 -> 0.2.0) bump-version major # bumps major (0.1.7 -> 1.0.0)
The script edits pyproject.toml in-place and prints the old and new version.