PEP 0440 compliance [ci skip]

``3.1.0.dev`` should be ``3.1.0.dev0`` to be compliant with PEP 0386 (which has since been superceded by PEP 0440 https://www.python.org/dev/peps/pep-0440/)
This commit is contained in:
Alex Clark 2015-10-03 18:49:49 -04:00
parent b7068dcc00
commit a6d9452986

View File

@ -90,7 +90,7 @@ except (ImportError, OSError):
NAME = 'Pillow'
PILLOW_VERSION = '3.1.0.dev'
PILLOW_VERSION = '3.1.0.dev0'
TCL_ROOT = None
JPEG_ROOT = None
JPEG2K_ROOT = None