Addition Of Files

This commit is contained in:
kiyreload27
2025-12-28 17:05:14 +00:00
commit 79fa803fa2
1047 changed files with 4783 additions and 0 deletions

12
version.py Normal file
View File

@@ -0,0 +1,12 @@
"""
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"