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

VERSION = (0, 1, 10)

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