2020-02-25 21:33:33 -06:00
|
|
|
"""
|
|
|
|
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)
|
|
|
|
"""
|
|
|
|
|
2021-03-27 16:21:31 -05:00
|
|
|
__version__ = "4.0.0"
|
2020-02-25 21:33:33 -06:00
|
|
|
VERSION = __version__.split('.')
|