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