Pillow/src/PIL/_version.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
92 B
Python
Raw Normal View History

2017-04-19 17:39:39 +03:00
# Master version for Pillow
from __future__ import annotations
2024-01-02 12:37:59 +03:00
__version__ = "10.3.0.dev0"