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