Skip to content

Commit

Permalink
⬆️ 0.0.3: Upgrade pipen to 0.2+ in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 20, 2021
1 parent ac252da commit 9dd256a
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 @@ -5,7 +5,7 @@

from .filters import FILTERS

__version__ = "0.0.2"
__version__ = "0.0.3"


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.0.2"
version = "0.0.3"
description = "Add a set of useful filters for pipen templates"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/pwwang/pipen-filters"

[tool.poetry.dependencies]
python = "^3.7.1"
pipen = "^0.1"
pipen = "^0.2"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit 9dd256a

Please sign in to comment.