Python version bumper
Project description
Simple python code to bump kubernetes package manager Helm charts and setup.py versions.
Install
pip install pybump
Usage
bump version: pybump bump [-h] --file PATH_TO_CHART.YAML --level {major,minor,patch} [--quiet]
set explicit version: pybump set --file PATH_TO_CHART.YAML --set-version X.Y.Z [--quiet]
get current version: pybump get --file PATH_TO_CHART.YAML
Examples
Case: version: 0.0.1 pybump bump --file Chart.yaml --level patch will bump version to version: 0.0.2
Case: version: 0.1.4 pybump bump --file Chart.yaml --level minor will bump version to version: 0.2.0
Case: version: 0.0.1 pybump set --file Chart.yaml --set-version 1.4.0 will set version to version: 1.4.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pybump-1.0.11.tar.gz
.
File metadata
- Download URL: pybump-1.0.11.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c2ff779704922134d93760e64a1c2682a3fd95e9433ae9e89eec78248f8d9a37
|
|
MD5 |
7211f1aaa4bf186e895355c7c25b379d
|
|
BLAKE2b-256 |
6cfc3b245b9e85ca762fc466a5236f6e592b351050e158b21a446a1e9f0ffd88
|
File details
Details for the file pybump-1.0.11-py3-none-any.whl
.
File metadata
- Download URL: pybump-1.0.11-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fc16ae0f9f0cc4d7810a5bf89d6bc491651efb2fe9a04d5342968fdbfa743da4
|
|
MD5 |
43b42d26fb4635a5c1e8b90d7c163847
|
|
BLAKE2b-256 |
cfb1e94e2cca998ff7656af0d8ded0d27883187d6ce2ab35602a7644849b6202
|