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

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-07 06:48 +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.1.0" 

9VERSION = __version__.split(".")