diff options
author | Robert Brewer <fumanchu@aminus.org> | 2007-10-29 05:51:45 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2007-10-29 05:51:45 +0000 |
commit | 3c8bf8e348bc6bae2aadaedac927217a24609307 (patch) | |
tree | 3550abc9c57ce6cf87c5206704a8675cc23b93d9 /setup.py | |
parent | f586a980a0ea30e8f02e4d238d37a0cf887e9ef2 (diff) | |
download | cherrypy-git-3c8bf8e348bc6bae2aadaedac927217a24609307.tar.gz |
Bah. Forgot to commit setup.py.cherrypy-3.1.0beta
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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",
|