Skip to main content

Bumps package version numbers

Project description

Bumps package versions

Usage:

Bump patch version

$ bump setup.py
1.0.2 => 1.0.3
Is this ok? y/n y
Updated setup.py

Bump minor version

$ bump setup.py -m
1.0.3 => 1.1.0
Is this ok? y/n y
Updated setup.py

Bump major version

$ bump setup.py -M
1.1.0 => 2.0.0
Is this ok? y/n y
Updated setup.py

Add suffix

$ bump setup.py -M -s=-rc
2.0.0 => 3.0.0-rc
Is this ok? y/n y
Updated setup.py

Quiet mode

$ bump setup.py -q
3.0.1-rc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bump-0.3.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page