VERSION = (0, 1, 4, 'a', 0) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(map(str, VERSION[3:]))