From d95ffc37299487562baaee41affd2df25d628b03 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Fri, 3 Oct 2025 09:19:52 -0400 Subject: [PATCH] Promote pyproject beta to production/stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 401b1fa2c24..393f8578c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research",