From 10960bc13a29fdfc70b30e1bded25a23cb970568 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 10 Sep 2025 16:21:32 -0500 Subject: [PATCH] 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b21834704..8942e8dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.8.16" +version = "0.8.17" description = "An extremely fast Python package and project manager, written in Rust." authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] requires-python = ">=3.8"