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 80584ec commit 17fcbbdCopy full SHA for 17fcbbd
‎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.7.3"
+version = "0.8.0"
‎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