__init__.py 88 B

12345
  1. # __init__.py
  2. __version__ = '1.2.6'
  3. VERSION = tuple(map(int, __version__.split('.')))