comparison lib/python3.8/site-packages/pip/_vendor/chardet/version.py @ 1:64071f2a4cf0 draft default tip

Deleted selected files
author guerler
date Mon, 27 Jul 2020 03:55:49 -0400
parents 9e54283cc701
children
comparison
equal deleted inserted replaced
0:9e54283cc701 1:64071f2a4cf0
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('.')