mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2025-08-17 17:06:21 +00:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "2.1.1"
|
|
VERSION = __version__.split(".")
|