# -*- coding: utf-8 -*- VERSION = (0, 2, 5) __version__ = ".".join(map(str, VERSION))