summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-27 16:40:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-27 16:40:40 -0400
commit01a475e25632a4dc2dcd130123a9ea052ea7edc1 (patch)
tree9c6405ae6880f4076a2cec40db6a854b4a586f82 /setup.py
parent9a37b127f04ec638c2eb1c1bccd39e164ee5dc5a (diff)
downloadcherrypy-git-01a475e25632a4dc2dcd130123a9ea052ea7edc1.tar.gz
Bumped to 3.4.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 80046028..52a66bdf 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.4.0"
+version = "3.4.1"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [