Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-007
/
slot-030
/
268a65bf77514ce05b2b1415de0dd66b6df5a35e
/
.
/
venv
/
lib
/
python3.9
/
site-packages
/
pip
/
_vendor
/
chardet
/
version.py
blob: a08a06b9a8778863e91d1bd4cbaac6a4b9730a62 [
file
] [
log
] [
blame
]
"""
This module exists only to simplify retrieving the version number of chardet
from within setup.py and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__
=
"5.0.0"
VERSION
=
__version__
.
split
(
"."
)