Browse Source

Update development status trove classifier from Alpha to Beta

Ask Solem 16 years ago
parent
commit
d5fe015ace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -70,7 +70,7 @@ setup(
     ],
     cmdclass = {"test": RunTests},
     classifiers=[
-        "Development Status :: 3 - Alpha",
+        "Development Status :: 4 - Beta",
         "Framework :: Django",
         "Operating System :: OS Independent",
         "Programming Language :: Python",