uv-version

Display installed uv version

TLDR

Show uv version
$ uv version
Show version in JSON
$ uv version --output-format json

SYNOPSIS

uv version [options]

DESCRIPTION

uv version displays the installed uv version. Useful for verifying installation and checking for updates.

PARAMETERS

--output-format format

Output format (text, json).

INSTALL

sudo dnf install uv
sudo pacman -S uv
sudo apk add uv
brew install uv
nix profile install nixpkgs#uv

SEE ALSO

uv(1), uv-self(1)