diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-24 13:59:27 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-24 13:59:27 -0400 |
commit | e9eb220a0b69d68ad6a9f48ced84241acf4133b2 (patch) | |
tree | 560883c55fcc51d829f99f6805dc83989a51d8ab /setup.py | |
parent | ffb965a3d36fc8faa8c2356315852ad9edfd6233 (diff) | |
download | cherrypy-git-e9eb220a0b69d68ad6a9f48ced84241acf4133b2.tar.gz |
Bumped to 3.7.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.7.0" +version = "3.7.1" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |