mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-23 07:22:19 +00:00
9 lines
242 B
Python
9 lines
242 B
Python
"""
|
|
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__ = "4.0.0"
|
|
VERSION = __version__.split('.')
|