Skip to content

Commit 249337a

Browse files
committed
0.14.1
1 parent 08030f9 commit 249337a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipen_annotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .annotate import annotate # noqa: F401
22
from .sections import Section # noqa: F401
33

4-
version = "0.14.0"
4+
version = "0.14.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pipen-annotate"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Use docstring to annotate pipen processes"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)