From 55c048443b8558babade061a09eb88c914a55349 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 5 Apr 2024 06:28:26 -0700 Subject: [PATCH] Update development status as Production/Stable This has been used by widely-used projects for over two years and the most recent release included mostly maintenance PRs. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c81bd40..1c5c69e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = {file = "LICENSE.md"} dynamic = ['version'] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",