eric6/ThirdParty/CharDet/chardet/version.py@2d58b9c1a981
eric6/ThirdParty/CharDet/chardet/version.py
Sat, 07 Sep 2019 17:35:43 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 07 Sep 2019 17:35:43 +0200
- branch
- without_py2_and_pyqt4
- changeset 7223
- 2d58b9c1a981
- parent 6942
-
2602857055c5
- child 7974
-
f425b578ede7
- permissions
- -rw-r--r--
Closed branch after it was merged into 'default'.
"""
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('.')