From e95068cc4688ce7d1dad8c73ba02d97bfe717d49 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 24 Sep 2021 09:38:42 +0300 Subject: [PATCH] stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83418e87..d5429ea7 100755 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ def main() -> None: classifiers=[ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",