[Feature request] uv
command to update package version in pyproject.toml
#6430
Labels
duplicate
This issue or pull request already exists
Currently, we have a command to add dependencies to
pyproject.toml
like this:uv add package==1.2.3
It would be nice if we could also bump our package version (project.version) through a command, too.
I have two different use cases which would get simpler to do:
botocore
stuff), so we have custom script to update allversion
from all packages.The text was updated successfully, but these errors were encountered: