From 1dac2263372df2b85db5d029a45721fa158a5c9d Mon Sep 17 00:00:00 2001 From: xiubuzhe Date: Sun, 8 Oct 2023 20:59:00 +0800 Subject: first add files --- lib/chardet/version.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/chardet/version.py (limited to 'lib/chardet/version.py') diff --git a/lib/chardet/version.py b/lib/chardet/version.py new file mode 100644 index 0000000..a08a06b --- /dev/null +++ b/lib/chardet/version.py @@ -0,0 +1,9 @@ +""" +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__ = "5.0.0" +VERSION = __version__.split(".") -- cgit v1.2.3