From 114cb2d60c9887f2ca7ba2d4914498aaabb5c056 Mon Sep 17 00:00:00 2001 From: Tobi DEGNON Date: Mon, 9 Sep 2024 12:09:18 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.26.1=20=E2=86=92=200.26.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/falco_cli/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9418f04..643509b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -209,7 +209,7 @@ source_pkgs = [ allow_dirty = false commit = true commit_args = "--no-verify" -current_version = "0.26.1" +current_version = "0.26.2" ignore_missing_files = false ignore_missing_version = false message = "Bump version: {current_version} → {new_version}" diff --git a/src/falco_cli/__about__.py b/src/falco_cli/__about__.py index c541cb7..c88666d 100644 --- a/src/falco_cli/__about__.py +++ b/src/falco_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Tobi DEGNON # # SPDX-License-Identifier: MIT -__version__ = "0.26.1" +__version__ = "0.26.2"