Skip to content

Commit 61e2541

Browse files
committed
🔖 0.0.6
1 parent 8724d31 commit 61e2541

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
@@ -5,7 +5,7 @@
55

66
from .filters import FILTERS
77

8-
__version__ = "0.0.5"
8+
__version__ = "0.0.6"
99

1010

1111
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.0.5"
3+
version = "0.0.6"
44
description = "Add a set of useful filters for pipen templates"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)