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