Skip to main content

Version bumper for any package locally, pypi, github

Project description

verup

Its a simple script to bump any package version. You have local package or package on pypi or on github

use verup and specify version increment type major, minor, patch

Setup

> pip install verup

Usage

> verup --help
usage: verup [-h] [-t {major,minor,patch}] [-n PACKAGE_NAME] [-c CURRENT_VERSION] [-r {pypi,testpypi,github}]

version bump program

options:
  -h, --help            show this help message and exit
  -t {major,minor,patch}, --type {major,minor,patch}
                        specify what type of semver increment you want
  -n PACKAGE_NAME, --package-name PACKAGE_NAME
                        specify package name and if its github repo then specify user/repo-name
  -c CURRENT_VERSION, --current-version CURRENT_VERSION
                        if you want to version bump locally then specify your current version of the package
  -r {pypi,testpypi,github}, --repo {pypi,testpypi,github}
                        if you want to version bump any package which is on pypi or github then use this option

Happy Coding :)

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

verup-0.0.1.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

verup-0.0.1-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

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