diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-23 12:12:44 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-23 12:12:44 -0500 |
commit | b9da1c453efc95f1dd3ad71d6cec709764619cc9 (patch) | |
tree | 1a08cbdf154ea6642b384c1039a1a911f2fee375 /setup.py | |
parent | e48b7157556830b7489b06edf9c36cce4cb38168 (diff) | |
download | cherrypy-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[ |