From ba346e2af4415cacdd1de313b7aa9abbfbaffa37 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 11 Jul 2018 20:25:15 +0200 Subject: [PATCH] Production/stable, really. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d35db5..06fd946 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( ], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',