aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/charset-normalizer/charset_normalizer/version.py
blob: 69bf0503c6a1492f4711c3729c70e38166c2bda6 (plain) (blame)
1
2
3
4
5
6
"""
Expose version
"""

__version__ = "2.0.11"
VERSION = __version__.split(".")