mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-06 13:15:48 +03:00
Use Pillow version instead of forked PIL version
This commit is contained in:
parent
158d99b8b0
commit
3513c82a73
|
@ -950,5 +950,5 @@ def versions():
|
||||||
|
|
||||||
return (
|
return (
|
||||||
VERSION, core.littlecms_version,
|
VERSION, core.littlecms_version,
|
||||||
sys.version.split()[0], Image.VERSION
|
sys.version.split()[0], Image.__version__
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user