diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-27 16:40:08 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-27 16:40:08 -0400 |
commit | cfd3ba1b0b5c1e067d6432caaa62fa3653a10455 (patch) | |
tree | 4d1fe198d3b33352b6583df8b64b8d10083f73b5 /setup.py | |
parent | 4c89ffc9c7f9d67907bb4c9ae4c3d0661d5e9775 (diff) | |
download | cherrypy-git-cfd3ba1b0b5c1e067d6432caaa62fa3653a10455.tar.gz |
Bumped to 3.4.0 in preparation for next release.3.4.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ class cherrypy_build_py(build_py): # arguments for the setup command ############################################################################### name = "CherryPy" -version = "3.3.0" +version = "3.4.0" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |