Skip to content

Commit 09b2bcb

Browse files
committed
Bump version: 4.17.1 → 4.17.2 [skip ci]
1 parent 6675064 commit 09b2bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.17.1
2+
current_version = 4.17.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

mutant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from datetime import datetime
44

5-
version = "4.17.1"
5+
version = "4.17.2"
66

77
# File work directory
88
WD = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)