summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-04-24 13:59:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-04-24 13:59:27 -0400
commite9eb220a0b69d68ad6a9f48ced84241acf4133b2 (patch)
tree560883c55fcc51d829f99f6805dc83989a51d8ab /setup.py
parentffb965a3d36fc8faa8c2356315852ad9edfd6233 (diff)
downloadcherrypy-git-e9eb220a0b69d68ad6a9f48ced84241acf4133b2.tar.gz
Bumped to 3.7.1 in preparation for next release.
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 912c8462..cc2ea9f6 100644
--- a/setup.py
+++ b/setup.py
@@ -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 = [