
Using uv to manage your Python project, and want to increase the version in pyproject.toml? Use “uv version”, specifying what level to increase:
uv version –bump=minor
uv version –bump=major
uv version –bump=dev
Type “uv version –bump” with no value for full docs.
