diff --git a/pyproject.toml b/pyproject.toml index 5df4e1a..5f09f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -237,7 +237,7 @@ source_pkgs = [ allow_dirty = false commit = true commit_args = "--no-verify" -current_version = "0.23.6" +current_version = "0.23.7" ignore_missing_files = false ignore_missing_version = false message = "Bump version: {current_version} → {new_version}" diff --git a/src/falco/__about__.py b/src/falco/__about__.py index df49b33..b8fc702 100644 --- a/src/falco/__about__.py +++ b/src/falco/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Tobi DEGNON # # SPDX-License-Identifier: MIT -__version__ = "0.23.6" +__version__ = "0.23.7"