__version__ = "2.0.1" __version_info__ = tuple(int(item) if item.isdigit() else item for item in __version__.split("."))