Skip to content

Commit b02d737

Browse files
committed
Bump version: 0.0.10 → 0.0.11
1 parent cd7df83 commit b02d737

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.10
2+
current_version = 0.0.11
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.10'
12+
__version__ = '0.0.11'
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.10"
3+
version = "0.0.11"
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.10
3+
; CHECK: Version: 0.0.11
44
; CHECK-EMPTY:

0 commit comments

Comments
 (0)