Files
Pmodules_tools/pm_tools_venv/lib/python3.9/site-packages/chardet/version.py
Gitea Actions b4a252bc51 Deploy site
2025-06-11 03:00:30 +02:00

10 lines
244 B
Python

"""
This module exists only to simplify retrieving the version number of chardet
from within setuptools and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__ = "5.2.0"
VERSION = __version__.split(".")