mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Expose Pillow package version as PIL.__version__
This commit is contained in:
parent
37841dbaeb
commit
7bfb2527bb
|
@ -14,6 +14,8 @@
|
|||
VERSION = '1.1.7' # PIL version
|
||||
PILLOW_VERSION = '3.4.0.dev0' # Pillow
|
||||
|
||||
__version__ = PILLOW_VERSION
|
||||
|
||||
_plugins = ['BmpImagePlugin',
|
||||
'BufrStubImagePlugin',
|
||||
'CurImagePlugin',
|
||||
|
|
Loading…
Reference in New Issue
Block a user