summaryrefslogtreecommitdiff
path: root/src/pip/_vendor/chardet/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_vendor/chardet/version.py')
-rw-r--r--src/pip/_vendor/chardet/version.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pip/_vendor/chardet/version.py b/src/pip/_vendor/chardet/version.py
index 70369b9d6..c5e9d85cd 100644
--- a/src/pip/_vendor/chardet/version.py
+++ b/src/pip/_vendor/chardet/version.py
@@ -1,9 +1,9 @@
"""
This module exists only to simplify retrieving the version number of chardet
-from within setup.py and from chardet subpackages.
+from within setuptools and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
-__version__ = "4.0.0"
-VERSION = __version__.split('.')
+__version__ = "5.1.0"
+VERSION = __version__.split(".")