From 37b8060c1379e524604c872e3805f81ceffbe856 Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Wed, 3 Jul 2019 19:31:14 -0400 Subject: [PATCH] Version 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 243d034..232093f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pdf2image', - version='1.5.4', + version='1.6.0', description='A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.', long_description=long_description,