version.py 86 B

12345
  1. from typing import Union
  2. major: int = 1
  3. minor: int = 4
  4. revision: Union[int, str] = 0