mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-23 07:39:16 -04:00
3 lines
71 B
Python
3 lines
71 B
Python
VERSION = (1, 0, 1)
|
|
VERSION_STRING = '.'.join(str(i) for i in VERSION)
|