From 7bf88378b41dc90bb086d8d82fe7db61de7baab0 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sat, 29 Jan 2011 13:00:40 +0000 Subject: [PATCH] Fixed trove classifier for beta status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de741d7..0f75f53 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( platforms=['POSIX'], license='GPLv3', classifiers=[ - 'Development Status :: 3 - Beta', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: POSIX', -- 2.1.4