__init__.py 102 Bytes
VERSION = (0, 0, 1, 'alfa')

def get_version(*args, **kwargs):
    return ".".join(map(str, VERSION))