From: Guillaume Pellerin Date: Wed, 2 Jul 2025 14:05:14 +0000 (+0200) Subject: fix version str X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4a77a5924f738458a1188a4b54e51404b97e8108;p=pdfannotator.git fix version str --- diff --git a/pdfannotator/__init__.py b/pdfannotator/__init__.py index 170223b..ff1068c 100644 --- a/pdfannotator/__init__.py +++ b/pdfannotator/__init__.py @@ -1 +1 @@ -__version__=1.1.0 \ No newline at end of file +__version__ = "1.1.0" \ No newline at end of file