Skip to content

dmazin/bump-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published