summaryrefslogtreecommitdiff
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
commitf016a2653dbb43756326b6f23c497dac4dcc4516 (patch)
tree3550abc9c57ce6cf87c5206704a8675cc23b93d9
parenta28676c490ee2a1ba484b48720b7fe6f2fd4aa9e (diff)
downloadcherrypy-f016a2653dbb43756326b6f23c497dac4dcc4516.tar.gz
Bah. Forgot to commit setup.py.cherrypy-3.1.0beta
-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",