Hide keyboard shortcuts

Hot-keys on this page

r m x p   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 setup.py and from chardet subpackages. 

4 

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

6""" 

7 

8__version__ = "4.0.0" 

9VERSION = __version__.split('.')