From c7e54d8c1afd2570e6f7d8e637e1f2fbfccf20e7 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 23 Jan 2013 20:49:14 +0100 Subject: [PATCH] Promote to 'beta' stage. This should've been done on 0.3.0 already, actually. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1d04796..957a5ba 100644 --- a/setup.py +++ b/setup.py @@ -50,8 +50,8 @@ setup( # As from http://pypi.python.org/pypi?%3Aaction=list_classifiers #'Development Status :: 1 - Planning', #'Development Status :: 2 - Pre-Alpha', - 'Development Status :: 3 - Alpha', - #'Development Status :: 4 - Beta', + #'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', #'Development Status :: 5 - Production/Stable', #'Development Status :: 6 - Mature', #'Development Status :: 7 - Inactive',