Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/chardet/version.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-10-05 06:32 +0000

1""" 

2This module exists only to simplify retrieving the version number of chardet 

3from within setuptools and from chardet subpackages. 

4 

5:author: Dan Blanchard (dan.blanchard@gmail.com) 

6""" 

7 

8__version__ = "5.2.0" 

9VERSION = __version__.split(".")