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