From 4e64bf1b2530fc23ee778adb5af5f28c1cddb7ab Mon Sep 17 00:00:00 2001 From: Firas Kafri <3097061+firaskafri@users.noreply.github.com> Date: Fri, 5 May 2023 00:33:37 +0300 Subject: [PATCH] Update Development Status calassifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fc0f88..7407b62 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,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",