from __future__ import annotations APP_VERSION = "0.2.1" def get_version() -> str: """Return the current application version.""" return APP_VERSION