Skip to content

Commit 404740b

Browse files
committed
0.14.0
1 parent 93eea46 commit 404740b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipen_filters/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if TYPE_CHECKING: # pragma: no cover
1111
from pipen import Pipen
1212

13-
__version__ = "0.13.1"
13+
__version__ = "0.14.0"
1414

1515

1616
class PipenFilters:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pipen-filters"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "Add a set of useful filters for pipen templates"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)