From fd7fa4e61d4535c13d4cedcb4102b8d4848a3631 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 1 Apr 2016 07:39:35 -0700 Subject: [PATCH] 3.3.0.dev0 versioning --- PIL/__init__.py | 2 +- _imaging.c | 2 +- appveyor.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PIL/__init__.py b/PIL/__init__.py index a8b1af463..68ceab21b 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '3.2.0' # Pillow +PILLOW_VERSION = '3.3.0.dev0' # Pillow _plugins = ['BmpImagePlugin', 'BufrStubImagePlugin', diff --git a/_imaging.c b/_imaging.c index 83e9e5f9c..aaa11d8d9 100644 --- a/_imaging.c +++ b/_imaging.c @@ -71,7 +71,7 @@ * See the README file for information on usage and redistribution. */ -#define PILLOW_VERSION "3.2.0" +#define PILLOW_VERSION "3.3.0.dev0" #include "Python.h" diff --git a/appveyor.yml b/appveyor.yml index f60dabe1f..81f62dfdd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.2.0.{build} +version: 3.3.pre.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% diff --git a/setup.py b/setup.py index 0f74a4014..44c226092 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ except (ImportError, OSError): _tkinter = None NAME = 'Pillow' -PILLOW_VERSION = '3.2.0' +PILLOW_VERSION = '3.3.0.dev0' TCL_ROOT = None JPEG_ROOT = None JPEG2K_ROOT = None