diff --git a/PIL/__init__.py b/PIL/__init__.py index ce19b0ea6..d98127487 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '4.1.0' # Pillow +PILLOW_VERSION = '4.1.1' # Pillow __version__ = PILLOW_VERSION diff --git a/_imaging.c b/_imaging.c index 326444a53..8ec89abe2 100644 --- a/_imaging.c +++ b/_imaging.c @@ -71,7 +71,7 @@ * See the README file for information on usage and redistribution. */ -#define PILLOW_VERSION "4.1.0" +#define PILLOW_VERSION "4.1.1" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index fbf5dd383..a2962b229 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.1.0.{build} +version: 4.1.1.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index ff3c19f45..c17af288a 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ except (ImportError, OSError): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '4.1.0' +PILLOW_VERSION = '4.1.1' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None