mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-11 00:01:53 -06:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "3.1.0"
|
|
VERSION = __version__.split(".")
|