Intelegentny_Pszczelarz/.venv/Lib/site-packages/pip/_vendor/chardet/version.py

10 lines
244 B
Python
Raw Normal View History

2023-03-18 12:55:22 +01:00
"""
This module exists only to simplify retrieving the version number of chardet
2023-06-15 20:22:20 +02:00
from within setuptools and from chardet subpackages.
2023-03-18 12:55:22 +01:00
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
2023-06-15 20:22:20 +02:00
__version__ = "5.1.0"
2023-03-18 12:55:22 +01:00
VERSION = __version__.split(".")