__init__.py 102 Bytes Edit Raw Blame History 1 2 3 4 VERSION = (0, 0, 1, 'alfa') def get_version(*args, **kwargs): return ".".join(map(str, VERSION))