Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/chardet/version.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2This module exists only to simplify retrieving the version number of chardet
3from within setuptools and from chardet subpackages.
5:author: Dan Blanchard (dan.blanchard@gmail.com)
6"""
8__version__ = "5.3.0dev0"
9VERSION = __version__.split(".")