Files
btcpayserver-docker/dropbox-script/chardet/version.py
Jeff Vandrew Jr 77bdee9443 add backup
2019-03-25 11:08:52 -04:00

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__ = "3.0.4"
VERSION = __version__.split('.')