From d415156659f76f898ff2d5c9e2884212ee7fac76 Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Sat, 31 Dec 2022 10:52:17 -0500 Subject: [PATCH] Version 1.16.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f25c47..4d28b23 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="pdf2image", - version="1.16.1", + version="1.16.2", description="A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.", long_description=long_description, long_description_content_type="text/markdown",