Bump version to 0.9.7; update localization files, fix settings window, Linux build, fix LoRA parsing, remove uncessary default tag
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-09-01 16:34:48 +02:00
parent 7aa9d5cbdf
commit a62e503afd
9 changed files with 37 additions and 12 deletions

View File

@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "kapitanbooru-uploader"
version = "0.9.6"
version = "0.9.7"
description = "A GUI application for uploading images to KapitanBooru"
authors = [{ name = "Michał Leśniak", email = "kapitan@mlesniak.pl" }]
dependencies = [
"networkx==3.4.2",
"Pillow==11.1.0",
"pywin32==309",
"pywin32==309; sys_platform == 'win32'",
"requests==2.32.3",
"wdtagger==0.14.0",
"bs4==0.0.2",