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 9738300 commit 5304cf3Copy full SHA for 5304cf3
‎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.11.0"
+version = "0.11.1"
‎pyproject.toml‎
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-annotate"
description = "Use docstring to annotate pipen processes"
5
authors = ["pwwang <[email protected]>"]
6
license = "MIT"
0 commit comments