diff --git a/pdoc/__init__.py b/pdoc/__init__.py index 04b799b8..ab07e494 100644 --- a/pdoc/__init__.py +++ b/pdoc/__init__.py @@ -475,7 +475,7 @@ def bark(self, loud: bool) -> None: from __future__ import annotations __docformat__ = "markdown" # explicitly disable rST processing in the examples above. -__version__ = "14.5.0" # this is read from setup.py +__version__ = "14.5.1" # this is read from setup.py from pathlib import Path from typing import overload