Add your description here
Project description
bmp
A simple command line tool for bumping the version of your project.
Usage
bmp <file_path> <major|minor|patch>
<file_path>: Path to the file containing the version string.<major|minor|patch>: Specify which part of the version to bump.
The program will search your code for a line that looks something like a semantic version number:
"1.2.3"
It will parse out the major, minor and patch parts and increment the appropriate digits.
| Version Part | Current Version | New Version |
|---|---|---|
patch |
A.B.C |
A.B.C+1 |
minor |
A.B.C |
A.B+1.0 |
major |
A.B.C |
A+1.0.0 |
Installation
On Windows, this tool is distributed via scoop (see scoop.sh).
First, you need to add my bucket:
scoop bucket add maciak https://github.com/maciakl/bucket
scoop update
Next simply run:
scoop install gopher
If you don't want to use scoop you can simply download the executable from the release page and extract it somewhere in your path.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bmpv-0.1.2.tar.gz.
File metadata
- Download URL: bmpv-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9161e173b3f4108b59f9ee56cc954c5268510c5f77334ac172ff66b3cd205cc4
|
|
| MD5 |
0b40f7494361b1f7f1c3b2b91422f0d5
|
|
| BLAKE2b-256 |
b80a190b7813d182bd396d67ed88e4b0b5fdc7c4dfea9636ad301d8ac91b8736
|
File details
Details for the file bmpv-0.1.2-py3-none-any.whl.
File metadata
- Download URL: bmpv-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
608ace46330e4e6f1f6bf4901a028024402d92171e7027560f8f06c1d88f5e55
|
|
| MD5 |
268727e391e84b1ef7fef751109956dc
|
|
| BLAKE2b-256 |
33b653be71e4d3429a641ecf6d8fe813e49146dc5e4208587f6998aeabde3f1c
|