From 49af2d9c80003016ffe7e09cd3cfb90086dc97bf Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 30 Aug 2026 13:29:10 +0200 Subject: [PATCH] release: bump version to 0.0.34 --- html2pdf4doc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html2pdf4doc/__init__.py b/html2pdf4doc/__init__.py index a27e3bd..795f4b4 100644 --- a/html2pdf4doc/__init__.py +++ b/html2pdf4doc/__init__.py @@ -1,7 +1,7 @@ import os from pathlib import Path -__version__ = "0.0.33" +__version__ = "0.0.34" PATH_TO_HTML2PDF4DOC_PY = os.path.join( os.path.dirname(os.path.join(__file__)),