From 08f6f0abdb690fb9d8b6cc3f6d244fd2d80c9af6 Mon Sep 17 00:00:00 2001 From: Andrew Baumann Date: Wed, 8 Jan 2025 12:07:19 +0100 Subject: [PATCH] version 0.5 --- pdfannots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfannots/__init__.py b/pdfannots/__init__.py index c7525fa..b540c1c 100644 --- a/pdfannots/__init__.py +++ b/pdfannots/__init__.py @@ -2,7 +2,7 @@ Tool to extract and pretty-print PDF annotations for reviewing. """ -__version__ = '0.4' +__version__ = '0.5' import bisect import collections