From b34be3f9e108dd65964f61030ca7c3ca6cb106f8 Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Mon, 17 Feb 2020 15:43:13 -0500 Subject: [PATCH] Version 1.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a7d2c4..d660b01 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="pdf2image", - version="1.12.0", + version="1.12.1", 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",