From 104ec7cc9343c3e05dc9350268640e03ce9d997c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Dec 2007 04:14:27 +0000 Subject: [PATCH] PyPI classifier status to beta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76ee166d4f..f1d4f3a0eb 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ if __name__ == '__main__': """, license = 'GPL', classifiers = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Environment :: X11 Applications :: Qt', 'Intended Audience :: Developers',