mirror of https://github.com/morpheus65535/bazarr
7 lines
79 B
Python
7 lines
79 B
Python
|
"""
|
||
|
Expose version
|
||
|
"""
|
||
|
|
||
|
__version__ = "3.1.0"
|
||
|
VERSION = __version__.split(".")
|