Skip to content

Commit 0e88837

Browse files
committed
Bump version: 4.13.0 → 4.14.0 [skip ci]
1 parent 44fd080 commit 0e88837

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.13.0
2+
current_version = 4.14.0
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.13.0"
5+
version = "4.14.0"
66

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

0 commit comments

Comments
 (0)