python (3.11.7)
       1  """
       2  This module exists only to simplify retrieving the version number of chardet
       3  from within setuptools and from chardet subpackages.
       4  
       5  :author: Dan Blanchard (dan.blanchard@gmail.com)
       6  """
       7  
       8  __version__ = "5.1.0"
       9  VERSION = __version__.split(".")