diff options
Diffstat (limited to 'lib/chardet/version.py')
-rw-r--r-- | lib/chardet/version.py | 9 |
1 files changed, 9 insertions, 0 deletions
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(".") |