From d90d65cafea98871c7c602cc6e954c7a14e21c85 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sat, 22 Jun 2024 12:31:14 +0200 Subject: [PATCH] chore: adjust incorrect development status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ae8a1d5..33f61114 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( author_email="me@syrusakbary.com", license="MIT", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries", "Programming Language :: Python :: 3.8",