summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-16 22:45:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-16 22:45:49 -0400
commit4abf3adbd34573f9e657b9d98cf3281638c93f91 (patch)
treeac566e9ca4abd2520220dc2cc787f0b4864c92b4
parent770351a47b001395cdcfa86ec3811523bb17d209 (diff)
downloadcherrypy-git-4abf3adbd34573f9e657b9d98cf3281638c93f91.tar.gz
Bump version: 6.1.0 → 6.1.1v6.1.1
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a446b6de..c7b53096 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 6.1.0
+current_version = 6.1.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 442b2297..df93e1ab 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ class cherrypy_build_py(build_py):
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "6.1.0"
+version = "6.1.1"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [