summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2007-10-29 05:51:45 +0000
committerRobert Brewer <fumanchu@aminus.org>2007-10-29 05:51:45 +0000
commit3c8bf8e348bc6bae2aadaedac927217a24609307 (patch)
tree3550abc9c57ce6cf87c5206704a8675cc23b93d9 /setup.py
parentf586a980a0ea30e8f02e4d238d37a0cf887e9ef2 (diff)
downloadcherrypy-git-3c8bf8e348bc6bae2aadaedac927217a24609307.tar.gz
Bah. Forgot to commit setup.py.cherrypy-3.1.0beta
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 308a51b6..0792dcf7 100644
--- a/setup.py
+++ b/setup.py
@@ -18,12 +18,12 @@ required_python_version = '2.3'
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "3.1a1"
+version = "3.1b1"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers=[
- "Development Status :: 5 - Production/Stable",
- #"Development Status :: 4 - Beta",
+ #"Development Status :: 5 - Production/Stable",
+ "Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: Freely Distributable",