""" core/version.py Single source of truth for the app version. Bump this before cutting a release — scripts/release/repo_release.py reads it (via Repository's app_version_attr="core.version.__version__") to tag the new tufup target, and core/updater.py reads it as the running app's current_version when checking for updates. """ __version__ = "0.0.1"