mirror of https://github.com/astral-sh/uv
Update "Viewing the version" docs (#13241)
Updates this section for - #12349 - #13108
This commit is contained in:
parent
a261995449
commit
21b9f62dbf
|
|
@ -38,17 +38,20 @@ problem is already solved in a newer version.
|
||||||
To check the installed version:
|
To check the installed version:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv version
|
$ uv self version
|
||||||
```
|
```
|
||||||
|
|
||||||
The following are also valid:
|
The following are also valid:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv --version # Same output as `uv version`
|
$ uv --version # Same output as `uv self version`
|
||||||
$ uv -V # Will not include the build commit and date
|
$ uv -V # Will not include the build commit and date
|
||||||
$ uv pip --version # Can be used with a subcommand
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
|
||||||
|
Before uv 0.7.0, `uv version` was used instead of `uv self version`.
|
||||||
|
|
||||||
## Troubleshooting issues
|
## Troubleshooting issues
|
||||||
|
|
||||||
The reference documentation contains a
|
The reference documentation contains a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue