diff --git a/PIL/__init__.py b/PIL/__init__.py index ce19b0ea6..b8a071db1 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.2.0.dev0' # Pillow __version__ = PILLOW_VERSION diff --git a/_imaging.c b/_imaging.c index 326444a53..7c66a63bc 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.2.0.dev0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index fbf5dd383..156810d65 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.1.0.{build} +version: 4.2.pre.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index ff3c19f45..51106692d 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.2.0.dev0' JPEG_ROOT = None JPEG2K_ROOT = None ZLIB_ROOT = None