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