Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jul 23, 2024
1 parent 5e60de0 commit 5bcd903
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.11.0"
__version__ = "0.12.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.11.0"
version = "0.12.0"
description = "Add verbosal information in logs for pipen."
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand Down

0 comments on commit 5bcd903

Please sign in to comment.