Revert "Bump version to 0.2.14 (#4431)" (#4436)

This reverts commit e0ad649c74.

We shouldn't be linking to this version in the readme.

See https://github.com/astral-sh/uv/issues/4432
This commit is contained in:
Zanie Blue 2024-06-21 12:24:32 -04:00 committed by GitHub
parent e89196f969
commit 9ff6a5ed74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 31 deletions

View file

@ -53,8 +53,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# For a specific version.
curl -LsSf https://astral.sh/uv/0.2.14/install.sh | sh
powershell -c "irm https://astral.sh/uv/0.2.14/install.ps1 | iex"
curl -LsSf https://astral.sh/uv/0.2.13/install.sh | sh
powershell -c "irm https://astral.sh/uv/0.2.13/install.ps1 | iex"
# With pip.
pip install uv