SickGear/lib/hachoir/__init__.py
2023-02-09 13:41:15 +00:00

2 lines
62 B
Python

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