summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRemi Delon <rdelon@cherrypy.org>2004-12-29 15:48:29 +0000
committerRemi Delon <rdelon@cherrypy.org>2004-12-29 15:48:29 +0000
commit1555fcd44429ee789ab337d8823c29cb9a98a132 (patch)
treeb7afd996187145ecec4699662b44e5b847a3546b /setup.py
parente427fea84c16fe152d85eeac168253ec4f1c7119 (diff)
downloadcherrypy-git-1555fcd44429ee789ab337d8823c29cb9a98a132.tar.gz
small fixes for new cpg.response.body iterable type; getting ready for 2.0.0b release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6dfd2a25..e0b60e8c 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None
setup(name="CherryPy",
- version="2.0.0a2",
+ version="2.0.0b",
description="Object-Oriented web development framework",
long_description="""CherryPy is a pythonic, object-oriented web development framework.""",
classifiers=["Development Status :: Alpha",