Skip to content

Bump My Version

Bump My Version’s purpose is to:

  • Work as a part of an automated build system
  • Manage project versioning through the project’s development life cycle
    • Incrementing version numbers
    • Serializing version numbers
    • Parsing version numbers
    • Support SemVer, CalVer, and other versioning schemes
  • Modify project files as part of the project’s development life cycle
  • Work with the project’s source control system
    • Committing changes
    • Tagging releases
    • Reading version numbers from tags

Installation

You can download and install the latest version of this software from the Python package index (PyPI) as follows:

pip install --upgrade bump-my-version

Comments