diff options
| author | shumkovnd <[email protected]> | 2023-11-10 14:39:34 +0300 |
|---|---|---|
| committer | shumkovnd <[email protected]> | 2023-11-10 16:42:24 +0300 |
| commit | 77eb2d3fdcec5c978c64e025ced2764c57c00285 (patch) | |
| tree | c51edb0748ca8d4a08d7c7323312c27ba1a8b79a /contrib/python/Pillow/py3/PIL/_version.py | |
| parent | dd6d20cadb65582270ac23f4b3b14ae189704b9d (diff) | |
KIKIMR-19287: add task_stats_drawing script
Diffstat (limited to 'contrib/python/Pillow/py3/PIL/_version.py')
| -rw-r--r-- | contrib/python/Pillow/py3/PIL/_version.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/Pillow/py3/PIL/_version.py b/contrib/python/Pillow/py3/PIL/_version.py new file mode 100644 index 00000000000..0936d1a7f35 --- /dev/null +++ b/contrib/python/Pillow/py3/PIL/_version.py @@ -0,0 +1,2 @@ +# Master version for Pillow +__version__ = "10.1.0" |
