bazarr/libs/charset_normalizer/version.py

7 lines
79 B
Python

"""
Expose version
"""
__version__ = "3.1.0"
VERSION = __version__.split(".")