Skip to content

Intentions

Bump project version#

The three intentions of this type (for major, minor and patch bumping types) are available in a pyproject.toml file.

This is equivalent to running uv version --bump ... at the project's path.

Synchronize project#

This intention is available in a pyproject.toml file. It does not modify the file, but trigger a subprocess that updates the project's environment.

This is equivalent to running uv sync at the project's path.