summaryrefslogtreecommitdiff
path: root/core/version.py
blob: d5b030282ee893496a764726d080fc3a257bd922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""
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"