You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

version.py 242B

4 years ago
123456789
  1. """
  2. This module exists only to simplify retrieving the version number of chardet
  3. from within setup.py and from chardet subpackages.
  4. :author: Dan Blanchard (dan.blanchard@gmail.com)
  5. """
  6. __version__ = "3.0.4"
  7. VERSION = __version__.split('.')