Skip to content

Commit c75b1ec

Browse files
committed
Bump version: 6.2.0 → 6.2.1
1 parent 866c8ce commit c75b1ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.2.0
2+
current_version = 6.2.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
# arguments for the setup command
5555
###############################################################################
5656
name = "CherryPy"
57-
version = "6.2.0"
57+
version = "6.2.1"
5858
desc = "Object-Oriented HTTP framework"
5959
long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"
6060
classifiers = [

0 commit comments

Comments
 (0)