From 1eede894429c115a01294f21393ac00f67881d9d Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Wed, 6 Oct 2021 15:50:32 +0200 Subject: [PATCH] Change Development Status on master branch to Stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14ebd6a..0b91462 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( license="Apache License 2.0", python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License",