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