ThirdParty/CharDet/chardet/version.py@e2d839b69ff3
ThirdParty/CharDet/chardet/version.py
Thu, 22 Jun 2017 18:20:04 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 22 Jun 2017 18:20:04 +0200
- changeset 5763
- e2d839b69ff3
- parent 5714
-
90c57b50600f
- permissions
- -rw-r--r--
Updated chardet to version 3.0.4 and corrected the changelog file.
"""
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__ = "3.0.4"
VERSION = __version__.split('.')