Skip to content

Commit

Permalink
🔖 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Feb 28, 2023
1 parent 85942ca commit 7679638
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion pipen_args/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if TYPE_CHECKING: # pragma: no cover
from pipen import Pipen

__version__ = "0.4.1"
__version__ = "0.4.2"


def __getattr__(name: str) -> Any:
Expand Down
126 changes: 63 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-args"
version = "0.4.1"
version = "0.4.2"
description = "Command-line argument parser for pipen."
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7679638

Please sign in to comment.