Skip to content

Commit

Permalink
🔖 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Mar 29, 2023
1 parent 22ee3ef commit 4bcb81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipen_verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if TYPE_CHECKING: # pragma: no cover
from pipen import Proc

__version__ = "0.4.0"
__version__ = "0.5.0"

logger = get_logger("verbose", "info")

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-verbose"
version = "0.4.0"
version = "0.5.0"
description = "Add verbosal information in logs for pipen."
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand Down

0 comments on commit 4bcb81c

Please sign in to comment.