From fcbf86de4bc6c12a4efe401258c4cd361828fcc0 Mon Sep 17 00:00:00 2001 From: simon-ritchie Date: Fri, 12 Aug 2022 20:16:10 +0900 Subject: [PATCH] #8 Increment the patch version to 0.1.12. --- stubdoc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdoc/__init__.py b/stubdoc/__init__.py index 07dd0ce..35e4379 100644 --- a/stubdoc/__init__.py +++ b/stubdoc/__init__.py @@ -1,2 +1,2 @@ -__version__: str = '0.1.11' +__version__: str = '0.1.12' from stubdoc.stubdoc import add_docstring_to_stubfile