From cfdc330d2556e37f607c44d089680a39f20e7e84 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 24 Aug 2015 20:29:20 +0200 Subject: [PATCH] Update development status classifier in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bce6e95..c974b43 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( ], keywords=['django', 'analytics'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',