Skip to content

Commit 6187c28

Browse files
committed
Bump version: 0.24.1 → 0.25.0
1 parent 67fc0d2 commit 6187c28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ source_pkgs = [
204204
allow_dirty = false
205205
commit = true
206206
commit_args = "--no-verify"
207-
current_version = "0.24.1"
207+
current_version = "0.25.0"
208208
ignore_missing_files = false
209209
ignore_missing_version = false
210210
message = "Bump version: {current_version} → {new_version}"

src/falco/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <tobidegnon@proton.me>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.24.1"
4+
__version__ = "0.25.0"

0 commit comments

Comments
 (0)