mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-16 01:45:08 +00:00
e56303798c
Initial SickGear for Python 3.
9 lines
251 B
Python
9 lines
251 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('.')
|