Skip to content

Commit

Permalink
🔖 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 19, 2023
1 parent e0ad007 commit 958e8df
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.8.1"
__version__ = "0.9.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.8.1"
version = "0.9.0"
description = "Add verbosal information in logs for pipen."
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand Down

0 comments on commit 958e8df

Please sign in to comment.