# 3.0.7 VERSION = (3, 0, 7) def get_version(): return u'.'.join((str(num) for num in VERSION)) __version__ = get_version()