summaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/~ip/_vendor/chardet/version.py
blob: c5e9d85cd75884b129d4ab8d0453c0e50d0c1f68 (plain)
1
2
3
4
5
6
7
8
9
"""
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.1.0"
VERSION = __version__.split(".")