bazarr/libs/chardet/version.py

10 lines
244 B
Python
Raw Normal View History

"""
This module exists only to simplify retrieving the version number of chardet
2023-06-23 04:03:23 +00:00
from within setuptools and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__ = "5.2.0"
2022-11-07 18:06:49 +00:00
VERSION = __version__.split(".")