Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 6, 2024
1 parent af8d3b8 commit 9a52730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipen_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if TYPE_CHECKING: # pragma: no cover
from pipen import Pipen

__version__ = "0.12.0"
__version__ = "0.13.0"


class PipenFilters:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-filters"
version = "0.12.0"
version = "0.13.0"
description = "Add a set of useful filters for pipen templates"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -43,5 +43,5 @@ strict_optional = false

[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'

0 comments on commit 9a52730

Please sign in to comment.