summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-23 12:12:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-23 12:12:44 -0500
commitb9da1c453efc95f1dd3ad71d6cec709764619cc9 (patch)
tree1a08cbdf154ea6642b384c1039a1a911f2fee375 /setup.py
parente48b7157556830b7489b06edf9c36cce4cb38168 (diff)
downloadcherrypy-git-b9da1c453efc95f1dd3ad71d6cec709764619cc9.tar.gz
Bumped to 3.2.5 in preparation for next release.3.2.5
--HG-- branch : cherrypy-3.2.x
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 39b76add..c909207e 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ class cherrypy_build_py(build_py):
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "3.2.4"
+version = "3.2.5"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers=[