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