/bump-version

Automatically bump the version in setup.py, optionally creating a commit and tag.

Primary LanguagePython

bump-version

Automatically bump the version in setup.py, optionally creating a commit and tag.

Installation

pip install auto-bump-version

Usage

usage: bump-version [-h] [--commit] [--tag] {major,minor,patch}

positional arguments:
  {major,minor,patch}  The type of version bump

options:
  -h, --help           show this help message and exit
  --commit             Create a commit
  --tag                Create a tag