From 04253400e65aeaebc74f0de67c1188aa685dbc43 Mon Sep 17 00:00:00 2001 From: Chris Sewell <chrisj_sewell@hotmail.com> Date: Mon, 27 Nov 2023 07:22:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE=20v0.5.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 bcfba11..b09a870 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.4.2" +__version__ = "0.5.0" def setup(app): # type: ignore