Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/chardet/version.py @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
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('.') |