summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:55:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:55:04 -0500
commitbe02256a81a53fd54c6a9cc9e2655bc55ef9e1d1 (patch)
treeabd6ef0776914540791b949fa2f15aa1561f46ab /setup.py
parent086b0ff0ea9b47cea81cf652a677ee95bede7840 (diff)
downloadcherrypy-git-be02256a81a53fd54c6a9cc9e2655bc55ef9e1d1.tar.gz
Bumped to 4.0.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 845a0bfe..f7fa881a 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 = "4.0.0"
+version = "4.0.1"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [