From e1c00feb2d58ecfef389dfcf2d26a1f443775c1e Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Tue, 13 Aug 2024 19:51:14 +0200 Subject: [PATCH] version: 1.4.29 --- internetarchivepdf/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internetarchivepdf/const.py b/internetarchivepdf/const.py index f9d6318..5aa6b26 100644 --- a/internetarchivepdf/const.py +++ b/internetarchivepdf/const.py @@ -16,7 +16,7 @@ # # Author: Merlijn Boris Wolf Wajer -VERSION = '1.4.28' +VERSION = '1.4.29' PRODUCER = 'Internet Archive PDF %s; including '\ 'mupdf and pymupdf/skimage' % (VERSION,)