feat: Add database query functions, schema migrations, version-based syncing, a seed database, and a Gametora scraper.

This commit is contained in:
kiyreload27
2026-01-01 01:15:52 +00:00
parent 1207a62437
commit 6e2fe461ae
4 changed files with 181 additions and 187 deletions

View File

@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
"""
# Semantic versioning: MAJOR.MINOR.PATCH
VERSION: str = "13.0.3"
VERSION: str = "13.0.6"
# Application metadata
APP_NAME: str = "UmamusumeCardManager"