PEP440 [ci skip]

This commit is contained in:
Alex Clark 2015-10-05 05:39:08 -04:00
parent ae9ee0f95e
commit 1f72110040
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# ;-)
VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '3.1.0.dev' # Pillow
PILLOW_VERSION = '3.1.0.dev0' # Pillow
_plugins = ['BmpImagePlugin',
'BufrStubImagePlugin',

View File

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