mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-16 09:55:05 +00:00
3 lines
62 B
Python
3 lines
62 B
Python
|
VERSION = (3, 1, 2)
|
||
|
__version__ = ".".join(map(str, VERSION))
|