From 738f372fe37621ae0655dd32d75d198f34a784e4 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 8 Nov 2024 20:21:00 -0600 Subject: [PATCH] Update uv development status classifier to "Stable" on PyPI (#8943) Closes https://github.com/astral-sh/uv/issues/8941 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4492a348d35a0..2ade474a1900b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = [ "uv", "requirements", "packaging" ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent",