__version__ = "1.14.3"
version_info = tuple(int(v) if v.isdigit() else v
                     for v in __version__.split('.'))
