summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dea7ae8b..aa1e48fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 7.1.0
+current_version = 8.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 77f560b1..1f0f5262 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ class Tox(TestCommand):
# arguments for the setup command
###############################################################################
name = "CherryPy"
-version = "7.1.0"
+version = "8.0.0"
desc = "Object-Oriented HTTP framework"
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
classifiers = [