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('.')