mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-22 08:32:01 +00:00
4 lines
63 B
Python
4 lines
63 B
Python
|
VERSION = (1, 4, 0)
|
||
|
|
||
|
__version__ = '.'.join(map(str, VERSION))
|