Skip to content

Commit 5f50a0e

Browse files
authored
Merge pull request mull-project#151 from mull-project/develop
Bump version: 0.0.16 → 0.0.17
2 parents f462731 + 269918c commit 5f50a0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = 0.0.16
2+
current_version = 0.0.17
33
commit = True
44
tag = True
55

filecheck/FileCheck.py

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

12-
__version__ = '0.0.16'
12+
__version__ = '0.0.17'
1313

1414

1515
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.16"
3+
version = "0.0.17"
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.16
3+
; CHECK: Version: 0.0.17
44
; CHECK-EMPTY:

0 commit comments

Comments
 (0)