From 4a77a5924f738458a1188a4b54e51404b97e8108 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 16:05:14 +0200 Subject: [PATCH] fix version str --- pdfannotator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3