Skip to content

Commit ac6c46a

Browse files
committed
🔖 0.3.0
1 parent 58a0191 commit ac6c46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipen_lock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if TYPE_CHECKING: # pragma: no cover
99
from pipen import Proc
1010

11-
__version__ = "0.2.0"
11+
__version__ = "0.3.0"
1212

1313
logger = get_logger("lock", "info")
1414

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pipen-lock"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Process lock for pipen to prevent multiple runs at the same time"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)