This commit is contained in:
Alex Clark 2013-10-02 13:07:32 -04:00
parent 72b1f2012b
commit 3c2496e117
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# ;-)
VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '2.2.0' # Pillow
PILLOW_VERSION = '2.2.1' # Pillow
_plugins = ['ArgImagePlugin',
'BmpImagePlugin',

View File

@ -71,7 +71,7 @@
* See the README file for information on usage and redistribution.
*/
#define PILLOW_VERSION "2.2.0"
#define PILLOW_VERSION "2.2.1"
#include "Python.h"

View File

@ -82,7 +82,7 @@ except ImportError:
NAME = 'Pillow'
VERSION = '2.2.0'
VERSION = '2.2.1'
TCL_ROOT = None
JPEG_ROOT = None
ZLIB_ROOT = None