Skip to content

Commit

Permalink
Import __version__ from .
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 12, 2024
1 parent f6f3dab commit a73fb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/ImageCms.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys
from enum import IntEnum

from . import Image
from . import Image, __version__

try:
from . import _imagingcms
Expand Down Expand Up @@ -1004,4 +1004,4 @@ def versions():
(pyCMS) Fetches versions.
"""

return VERSION, core.littlecms_version, sys.version.split()[0], Image.__version__
return VERSION, core.littlecms_version, sys.version.split()[0], __version__

0 comments on commit a73fb9e

Please sign in to comment.