# -*- coding: utf-8 -*-

VERSION = (0, 7, 5)

__version__ = ".".join(map(str, VERSION))
