VERSION = (0, 9, 10, 'pre') __version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]