diff --git a/PIL/__init__.py b/PIL/__init__.py index 887ff5a00..6ebe41ff6 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '2.2.0' # Pillow +PILLOW_VERSION = '2.2.1' # Pillow _plugins = ['ArgImagePlugin', 'BmpImagePlugin', diff --git a/_imaging.c b/_imaging.c index 6d66fcc52..e792ebfa5 100644 --- a/_imaging.c +++ b/_imaging.c @@ -71,7 +71,7 @@ * See the README file for information on usage and redistribution. */ -#define PILLOW_VERSION "2.2.0" +#define PILLOW_VERSION "2.2.1" #include "Python.h" diff --git a/setup.py b/setup.py index 9688feac2..ad1dbdb49 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ except ImportError: NAME = 'Pillow' -VERSION = '2.2.0' +VERSION = '2.2.1' TCL_ROOT = None JPEG_ROOT = None ZLIB_ROOT = None