Readding Files

This commit is contained in:
kiyreload27
2025-12-28 17:11:39 +00:00
parent 72dfc34893
commit 4b944c1a53
1045 changed files with 4793 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"