Utility library for bumping version numbers in project files
Project description
Track-bump
Utility library to bump the version / tags or a project repository following the following pattern:
How to use
- Update your pyproject.toml or
.cz.tomlfile with the following:
[tool.track-bump]
version = "0.1.0"
version_files = [
"sub-project-1/pyproject.toml",
"sub-project-2/pyproject.toml"
]
bump_message = "chore: release {current_version} → {new_version} [skip ci]"
- Run the following command from inside your project:
poetry run track-bump
or with pipx
pipx run track-bump
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
track_bump-0.7.5.tar.gz
(104.2 kB
view details)
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 track_bump-0.7.5.tar.gz.
File metadata
- Download URL: track_bump-0.7.5.tar.gz
- Upload date:
- Size: 104.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31e80719662fb24dd84ead21f96f027dd8733f748bea68c92a86ef431c1d0c00
|
|
| MD5 |
fcce2c54e1d3e9c0548102a6eeec56f2
|
|
| BLAKE2b-256 |
0fc8ea07dd8a024df1be2c8fcb9785df805ee5c0da012ee65031f2d9c268b7dc
|
File details
Details for the file track_bump-0.7.5-py3-none-any.whl.
File metadata
- Download URL: track_bump-0.7.5-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beeeb72d287126979d26d457664bbc4fda9a8589947d05c633aaf9ac0b89a5c3
|
|
| MD5 |
a79da90b00a5690bb7ef97ada117ac3e
|
|
| BLAKE2b-256 |
56d08e4d6d8fbd4c0516dbf7fd640d18bd66b8d77b261f548a5dc5dc9dc0b903
|