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.9.0.tar.gz
(104.4 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.9.0.tar.gz.
File metadata
- Download URL: track_bump-0.9.0.tar.gz
- Upload date:
- Size: 104.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0df2a36504f0ef3759228605bbf1dfec8d6bdd9fd7797d29e9a8c146517ccdf
|
|
| MD5 |
649f4953eb23640bef190a970ddd3d90
|
|
| BLAKE2b-256 |
6b09df61e9512bf10e2dadcd7e03302c12592291c70837c4dfa328bc53b2b2ee
|
File details
Details for the file track_bump-0.9.0-py3-none-any.whl.
File metadata
- Download URL: track_bump-0.9.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80c9cdf5e6795f5f479ecec00f4c8070326e91be000225a0db8482217a7df86c
|
|
| MD5 |
9badb42873dbf078f3fbe91e8a984146
|
|
| BLAKE2b-256 |
a11ff730c603a6c0b19965d9ddecc995c5067df4df020a5e73321988cbeef087
|