From 97516fa89bb1ad58baf741b379e5cc6323ac5df7 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 10 Sep 2025 23:47:07 -0500 Subject: [PATCH] Include the `pyproject.toml` in the version files (#15778) Apparently I decided to remove this special-case! --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8942e8dd1..60afb71bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ minor-labels = ["breaking"] ignore-labels = ["internal", "ci", "testing"] version_files = [ "README.md", + "pyproject.toml", "crates/uv/Cargo.toml", "crates/uv-version/Cargo.toml", "crates/uv-build/Cargo.toml",