From e29960b8f05ecdd04cdda4325512fc503a00e842 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Fri, 24 Nov 2023 23:01:19 +0100 Subject: [PATCH] version: 1.4.24 --- internetarchivepdf/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internetarchivepdf/const.py b/internetarchivepdf/const.py index aa93cef..b3fceab 100644 --- a/internetarchivepdf/const.py +++ b/internetarchivepdf/const.py @@ -16,7 +16,7 @@ # # Author: Merlijn Boris Wolf Wajer -VERSION = '1.4.23' +VERSION = '1.4.24' PRODUCER = 'Internet Archive PDF %s; including '\ 'mupdf and pymupdf/skimage' % (VERSION,)