SickGear/lib/hachoir/__init__.py

2 lines
62 B
Python

VERSION = (3, 2, 0)
__version__ = ".".join(map(str, VERSION))