diff --git a/examples/link/qualname.py b/examples/link/qualname.py index ee2a3d75..13954549 100644 --- a/examples/link/qualname.py +++ b/examples/link/qualname.py @@ -3,7 +3,7 @@ def func(): - """Internal link example. + """Internal link examples. * [Section]() --- Imported object. * [](get_docstring) --- Imported object. diff --git a/mkapi/__init__.py b/mkapi/__init__.py index 76eb6ed7..56afae43 100644 --- a/mkapi/__init__.py +++ b/mkapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.12" +__version__ = "1.0.13" from mkapi.core.module import get_module from mkapi.core.node import get_node