13 lines
368 B
Python
13 lines
368 B
Python
"""
|
|
Version information for UmamusumeCardManager
|
|
This file is the single source of truth for the application version.
|
|
"""
|
|
|
|
# Semantic versioning: MAJOR.MINOR.PATCH
|
|
VERSION = "5.3.2"
|
|
|
|
# Application metadata
|
|
APP_NAME = "UmamusumeCardManager"
|
|
GITHUB_REPO = "kiyreload27/UmamusumeCardManager"
|
|
GITHUB_API_URL = f"https://api.github.com/repos/{GITHUB_REPO}/releases/latest"
|