mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
3 lines
71 B
Python
3 lines
71 B
Python
VERSION = (1, 0, 1)
|
|
VERSION_STRING = '.'.join(str(i) for i in VERSION)
|