diff --git a/PIL/__init__.py b/PIL/__init__.py index a50fae3ce..7704f2dfa 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '2.0.0' # Pillow +PILLOW_VERSION = '2.1.0' # Pillow _plugins = ['ArgImagePlugin', 'BmpImagePlugin', diff --git a/_imaging.c b/_imaging.c index 4732b6079..ea31018ec 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.0.0" +#define PILLOW_VERSION "2.1.0" #include "Python.h"