Skip to content

Commit 49f065b

Browse files
committed
0.13.0
1 parent 81b5733 commit 49f065b

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.12.0"
4+
version = "0.13.0"

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.12.0"
3+
version = "0.13.0"
44
description = "Use docstring to annotate pipen processes"
55
authors = ["pwwang <pwwang@pwwang.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)