mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 09:30:21 -08:00
501be2c479
Updates certifi to 2021.5.30 Updates chardet to 4.0.0 Updates idna to 2.10 Updates urllib3 to 1.26.13
10 lines
242 B
Python
10 lines
242 B
Python
"""
|
|
This module exists only to simplify retrieving the version number of chardet
|
|
from within setup.py and from chardet subpackages.
|
|
|
|
:author: Dan Blanchard (dan.blanchard@gmail.com)
|
|
"""
|
|
|
|
__version__ = "4.0.0"
|
|
VERSION = __version__.split('.')
|