diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-27 16:40:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-27 16:40:40 -0400 |
commit | 01a475e25632a4dc2dcd130123a9ea052ea7edc1 (patch) | |
tree | 9c6405ae6880f4076a2cec40db6a854b4a586f82 /setup.py | |
parent | 9a37b127f04ec638c2eb1c1bccd39e164ee5dc5a (diff) | |
download | cherrypy-git-01a475e25632a4dc2dcd130123a9ea052ea7edc1.tar.gz |
Bumped to 3.4.1 in preparation for next release.
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.4.0" +version = "3.4.1" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |