From adeb33a6730a50c653cfea84e2269b0a9412bc90 Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Wed, 13 May 2020 16:36:28 +0200 Subject: [PATCH] Update development status to 'Production/Stable' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd752fdd..578da9d4 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ def version(): cmdclass={'build': custom_build}, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.6",