comparison lib/python3.8/site-packages/pip/_vendor/chardet/version.py @ 0:9e54283cc701 draft

"planemo upload commit d12c32a45bcd441307e632fca6d9af7d60289d44"
author guerler
date Mon, 27 Jul 2020 03:47:31 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e54283cc701
1 """
2 This module exists only to simplify retrieving the version number of chardet
3 from within setup.py and from chardet subpackages.
4
5 :author: Dan Blanchard (dan.blanchard@gmail.com)
6 """
7
8 __version__ = "3.0.4"
9 VERSION = __version__.split('.')