Skip to content

Commit

Permalink
Bump version: 0.26.0 → 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Sep 7, 2024
1 parent bc41408 commit 44835ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ source_pkgs = [
allow_dirty = false
commit = true
commit_args = "--no-verify"
current_version = "0.26.0"
current_version = "0.26.1"
ignore_missing_files = false
ignore_missing_version = false
message = "Bump version: {current_version} → {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/falco/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <tobidegnon@proton.me>
#
# SPDX-License-Identifier: MIT
__version__ = "0.26.0"
__version__ = "0.26.1"

0 comments on commit 44835ea

Please sign in to comment.