mirror of https://github.com/astral-sh/uv
Bump version in the `pyproject.toml` to 0.8.17 (#15777)
See failure at https://github.com/astral-sh/uv/actions/runs/17626770657/job/50085595250 Certainly a regression from #15749
This commit is contained in:
parent
7789f5b217
commit
10960bc13a
|
|
@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "uv"
|
name = "uv"
|
||||||
version = "0.8.16"
|
version = "0.8.17"
|
||||||
description = "An extremely fast Python package and project manager, written in Rust."
|
description = "An extremely fast Python package and project manager, written in Rust."
|
||||||
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue