bazarr/libs/pysrt/version.py
2018-09-16 20:33:04 -04:00

3 lines
71 B
Python

VERSION = (1, 0, 1)
VERSION_STRING = '.'.join(str(i) for i in VERSION)