From 99cb095f584878c78f32080a952aa9e146f8d9dd Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Thu, 19 Dec 2019 17:44:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.6=20=E2=86=92=200.0.7?= 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 c566c06..9c40dea 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True tag = True diff --git a/filecheck/FileCheck.py b/filecheck/FileCheck.py index c5e5e01..d24b0e6 100755 --- a/filecheck/FileCheck.py +++ b/filecheck/FileCheck.py @@ -9,7 +9,7 @@ from difflib import SequenceMatcher from enum import Enum -__version__ = '0.0.6' +__version__ = '0.0.7' class FailedCheck: diff --git a/pyproject.toml b/pyproject.toml index 3dc12fa..7596658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "filecheck" -version = "0.0.6" +version = "0.0.7" 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 64d247d..8962064 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.6 +; CHECK: Version: 0.0.7 ; CHECK-EMPTY: