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