We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866c8ce commit c75b1ecCopy full SHA for c75b1ec
2 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.2.0
+current_version = 6.2.1
3
commit = True
4
tag = True
5
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
# arguments for the setup command
55
###############################################################################
56
name = "CherryPy"
57
-version = "6.2.0"
+version = "6.2.1"
58
desc = "Object-Oriented HTTP framework"
59
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
60
classifiers = [
0 commit comments