From c93dd34c93a1f0d3cc44a1e92f267d9c09c91328 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 19 Mar 2015 00:02:03 +0100 Subject: [PATCH] pypi: Up dev status to '5 - Production/Stable' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d29c041..49940c15 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( ], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: Apache Software License',