Bump version to 0.9.9; add Jeanne from Vanitas no Carte LoRA handling
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2026-01-24 14:50:44 +01:00
parent 80f6a678a1
commit bd35239006
5 changed files with 7 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ class Core:
"""
def __init__(self, settings: Settings, gui_mode: bool = True):
self.version = "0.9.8"
self.version = "0.9.9"
self.acknowledged_version = parse_version(self.version)
self.settings = settings
self.tags_repo = TagsRepo(settings)