Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Dec 11, 2023
1 parent a548963 commit fa30426
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ class MyProc(Proc):
- `read`: Read file content. You can also pass arguments to `open`
- `readlines`: Read file content as a list of lines. Additional arguments will be passed to `open`

- Other

- `regex_replace`: Replace a string using regex

[1]: https://github.com/pwwang/pipen
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.10.0"
__version__ = "0.10.1"


class PipenFilters:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-filters"
version = "0.10.0"
version = "0.10.1"
description = "Add a set of useful filters for pipen templates"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fa30426

Please sign in to comment.