summaryrefslogtreecommitdiff
path: root/core/version.py
blob: 8b6c49204b521585b182506a0fc601e70f7421e4 (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__ = "1.0.0"