summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-27 16:40:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-27 16:40:08 -0400
commitcfd3ba1b0b5c1e067d6432caaa62fa3653a10455 (patch)
tree4d1fe198d3b33352b6583df8b64b8d10083f73b5 /setup.py
parent4c89ffc9c7f9d67907bb4c9ae4c3d0661d5e9775 (diff)
downloadcherrypy-git-cfd3ba1b0b5c1e067d6432caaa62fa3653a10455.tar.gz
Bumped to 3.4.0 in preparation for next release.3.4.0
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 0e8ed818..80046028 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.3.0"
+version = "3.4.0"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [