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.4.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.4.tar.gz.
File metadata
- Download URL: track_bump-0.7.4.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 |
ac1a8d746185e72a394e9eba298fb2721f45d0c044d8ffee8c946b48e150d1db
|
|
| MD5 |
da6f27c54f0b4696aa63644b5aaa41fa
|
|
| BLAKE2b-256 |
a08d9d5c535ed5d68880856e9cd097c1e9ad64ae2128c85eb5e471819c53c422
|
File details
Details for the file track_bump-0.7.4-py3-none-any.whl.
File metadata
- Download URL: track_bump-0.7.4-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 |
6013a43e2d915e1a91fe0514c5a793ff98a94eff01e71359de505795c2d47094
|
|
| MD5 |
0d06b0c4b45d8c4187068f1e67925b3a
|
|
| BLAKE2b-256 |
13ab43698df94a755485bf236aa9cf2273cc117946c08039d483e526a393bc37
|