__init__.py 127 B

123
  1. __version__ = "1.17.0"
  2. version_info = tuple(int(v) if v.isdigit() else v
  3. for v in __version__.split('.'))