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

"""Version File."""

VERSION_INFO = (1, 3, 0, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))
