We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b5733 commit 49f065bCopy full SHA for 49f065b
pipen_annotate/__init__.py
@@ -1,4 +1,4 @@
1
from .annotate import annotate # noqa: F401
2
from .sections import Section # noqa: F401
3
4
-version = "0.12.0"
+version = "0.13.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-annotate"
description = "Use docstring to annotate pipen processes"
5
authors = ["pwwang <pwwang@pwwang.com>"]
6
license = "MIT"
0 commit comments