From 5dfc5bf2562ae92740063252a32d40735583d923 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Mon, 30 Sep 2013 06:13:14 -0400 Subject: [PATCH] Bump --- PIL/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/__init__.py b/PIL/__init__.py index 7704f2dfa..887ff5a00 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '2.1.0' # Pillow +PILLOW_VERSION = '2.2.0' # Pillow _plugins = ['ArgImagePlugin', 'BmpImagePlugin',