bump_version
Bump a project's version to the next major, minor, or patch release using uv version. Supports dry-run to preview changes before applying.
Instructions
Bump a project's version using uv version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Bump level, such as ``major``, ``minor``, or ``patch``. | patch |
| dry_run | No | Calculate the change without writing it. | |
| project_path | No | Optional project working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current | Yes | ||
| message | Yes | ||
| success | Yes | ||
| previous | Yes |