diff --git a/pipen_filters/__init__.py b/pipen_filters/__init__.py index 794fc1b..a410e5e 100644 --- a/pipen_filters/__init__.py +++ b/pipen_filters/__init__.py @@ -5,7 +5,7 @@ from .filters import FILTERS -__version__ = "0.0.6" +__version__ = "0.0.7" class PipenFilters: diff --git a/pyproject.toml b/pyproject.toml index 9fb37e5..6926f23 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipen-filters" -version = "0.0.6" +version = "0.0.7" description = "Add a set of useful filters for pipen templates" authors = ["pwwang "] license = "MIT"