Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-008
/
slot-034
/
8736e5bfa3eec56d231a512f9eadd754bc0b2224
/
.
/
venv
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
chardet
/
version.py
blob: 70369b9d663414c24f1e042c5b30a8f8c7bbd2b2 [
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__
=
"4.0.0"
VERSION
=
__version__
.
split
(
'.'
)