Skip to content

Commit 7972b83

Browse files
authored
Merge pull request mull-project#160 from mull-project/develop
Bump version: 0.0.18 → 0.0.19
2 parents a94f3c5 + c871cd9 commit 7972b83

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.bumpversion.cfg

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

@@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
1414
[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
1515
search = Version: {current_version}
1616
replace = Version: {new_version}
17-

filecheck/FileCheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from difflib import SequenceMatcher
1111
from enum import Enum
1212

13-
__version__ = '0.0.18'
13+
__version__ = '0.0.19'
1414

1515

1616
class FailedCheck:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "filecheck"
3-
version = "0.0.18"
3+
version = "0.0.19"
44
description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier"
55
authors = ["Stanislav Pankevich <[email protected]>"]
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
RUN: %FILECHECK_EXEC --version | %FILECHECK_TESTER_EXEC %s --match-full-lines
22
CHECK: {{^.*}}FileCheck{{(\.py)?$}}
3-
CHECK: Version: 0.0.18
3+
CHECK: Version: 0.0.19
44
CHECK-EMPTY:

0 commit comments

Comments
 (0)