From 7b4768a9fa4d981f4c069782d57c6b67f89210ba Mon Sep 17 00:00:00 2001 From: wiredfool Date: Wed, 2 Apr 2014 15:25:46 -0700 Subject: [PATCH] Bump all the version numbers --- PIL/__init__.py | 2 +- _imaging.c | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PIL/__init__.py b/PIL/__init__.py index b83220097..c35f6207e 100644 --- a/PIL/__init__.py +++ b/PIL/__init__.py @@ -12,7 +12,7 @@ # ;-) VERSION = '1.1.7' # PIL version -PILLOW_VERSION = '2.3.0' # Pillow +PILLOW_VERSION = '2.4.0' # Pillow _plugins = ['ArgImagePlugin', 'BmpImagePlugin', diff --git a/_imaging.c b/_imaging.c index 138ce0101..c47868b81 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.3.0" +#define PILLOW_VERSION "2.4.0" #include "Python.h" diff --git a/setup.py b/setup.py index 0fac33186..93918debd 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ except (ImportError, OSError): NAME = 'Pillow' -VERSION = '2.3.0' +VERSION = '2.4.0' TCL_ROOT = None JPEG_ROOT = None JPEG2K_ROOT = None