uv version
enhancement for changing the project version
#7818
Labels
duplicate
This issue or pull request already exists
Request for an enhancement to the feature
uv version
to enable the command to dynamically set/update the project version (in thepyproject.toml
file), similar to the Poetry commandpoetry version
(link).Example proposed functionality:
uv version 1.4.2
would update thepyproject.toml
file with version1.4.2
.Use case:
To use
uv build
within CI pipelines that include automatic version incrementing, there needs to be a way to dynamically set/update the project version within the CI pipeline. This is currently blocking migration from Poetry to uv for my projects that have CI pipelines with automatic version incrementing.The text was updated successfully, but these errors were encountered: