Skip to content

Commit a8c128a

Browse files
committed
.bumpversion.cfg: fix the location of new filecheck.py
1 parent 8f00c71 commit a8c128a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ tag = True
77
search = version = "{current_version}"
88
replace = version = "{new_version}"
99

10-
[bumpversion:file:filecheck/FileCheck.py]
11-
search = __version__ = '{current_version}'
12-
replace = __version__ = '{new_version}'
10+
[bumpversion:file:filecheck/filecheck.py]
11+
search = __version__ = "{current_version}"
12+
replace = __version__ = "{new_version}"
1313

1414
[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
1515
search = Version: {current_version}

0 commit comments

Comments
 (0)