From b02d737acf16dffc60e0770042aa778ee80cd212 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Thu, 26 Dec 2019 21:46:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.10=20=E2=86=92=200.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- filecheck/FileCheck.py | 2 +- pyproject.toml | 2 +- tests/integration/tests/py-only/version/sample.py-itest | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 69d126a..9c9e44a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.10 +current_version = 0.0.11 commit = True tag = True diff --git a/filecheck/FileCheck.py b/filecheck/FileCheck.py index 4f8a27e..e40f433 100755 --- a/filecheck/FileCheck.py +++ b/filecheck/FileCheck.py @@ -9,7 +9,7 @@ from difflib import SequenceMatcher from enum import Enum -__version__ = '0.0.10' +__version__ = '0.0.11' class FailedCheck: diff --git a/pyproject.toml b/pyproject.toml index 129b659..8090b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "filecheck" -version = "0.0.10" +version = "0.0.11" description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier" authors = ["Stanislav Pankevich "] diff --git a/tests/integration/tests/py-only/version/sample.py-itest b/tests/integration/tests/py-only/version/sample.py-itest index 946c80f..3f53203 100644 --- a/tests/integration/tests/py-only/version/sample.py-itest +++ b/tests/integration/tests/py-only/version/sample.py-itest @@ -1,4 +1,4 @@ ; RUN: %FILECHECK_EXEC --version | %FILECHECK_TESTER_EXEC %s --match-full-lines ; CHECK: {{^.*}}FileCheck{{(\.py)?$}} -; CHECK: Version: 0.0.10 +; CHECK: Version: 0.0.11 ; CHECK-EMPTY: