We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fc0d2 commit 6187c28Copy full SHA for 6187c28
2 files changed
pyproject.toml
@@ -204,7 +204,7 @@ source_pkgs = [
204
allow_dirty = false
205
commit = true
206
commit_args = "--no-verify"
207
-current_version = "0.24.1"
+current_version = "0.25.0"
208
ignore_missing_files = false
209
ignore_missing_version = false
210
message = "Bump version: {current_version} → {new_version}"
src/falco/__about__.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <tobidegnon@proton.me>
2
#
3
# SPDX-License-Identifier: MIT
4
-__version__ = "0.24.1"
+__version__ = "0.25.0"
0 commit comments