From 3f6db91ccc917e803227d245e38871169f08350f Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 2 Jan 2017 03:45:39 -0800 Subject: [PATCH] Fixed typo in version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65760926a..825d059b8 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ except (ImportError, OSError): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '4.4.0' +PILLOW_VERSION = '4.0.0' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None