Bump version to 0.5.0 (#8899)

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
This commit is contained in:
Zanie Blue
2024-11-07 16:38:25 -06:00
committed by GitHub
parent 9a04b7fbeb
commit 8d665267cd
10 changed files with 97 additions and 17 deletions
+2 -2
View File
@@ -25,13 +25,13 @@ Request a specific version by including it in the URL:
=== "macOS and Linux"
```console
$ curl -LsSf https://astral.sh/uv/0.4.6/install.sh | sh
$ curl -LsSf https://astral.sh/uv/0.5.0/install.sh | sh
```
=== "Windows"
```console
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.4.6/install.ps1 | iex"
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.5.0/install.ps1 | iex"
```
!!! tip