mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
3 lines
71 B
Python
3 lines
71 B
Python
|
VERSION = (1, 0, 1)
|
||
|
VERSION_STRING = '.'.join(str(i) for i in VERSION)
|