Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 12, 2024
1 parent 3226640 commit ba35b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipen_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if TYPE_CHECKING: # pragma: no cover
from pipen import Proc

__version__ = "0.5.0"
__version__ = "0.6.0"

logger = get_logger("lock", "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-lock"
version = "0.5.0"
version = "0.6.0"
description = "Process lock for pipen to prevent multiple runs at the same time"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ba35b14

Please sign in to comment.