mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-28 17:33:08 -04:00
8 lines
115 B
Python
8 lines
115 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
from __future__ import annotations
|
|
|
|
__version__ = "3.4.1"
|
|
VERSION = __version__.split(".")
|