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