From 04efdc2e3e0b9cf689e4b8da1c578fb8e85b38e6 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 28 Feb 2023 03:10:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release:=20v0.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/autodoc2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autodoc2/__init__.py b/src/autodoc2/__init__.py index a4d3eb1..53b54a4 100644 --- a/src/autodoc2/__init__.py +++ b/src/autodoc2/__init__.py @@ -1,6 +1,6 @@ """Analyse a python project and create documentation for it.""" -__version__ = "0.3.0" +__version__ = "0.4.0" def setup(app): # type: ignore