blob: 1f0068eb02957536821dfd652f82034e27ce6292 [file] [log] [blame]
"""Get semantic version."""
import time
from typing import Optional
_SEMANTIC_VERSION = "0.0.0"
VERSION = _SEMANTIC_VERSION