Bump version to 0.5.1 and update localization files; update dependencies in requirements and pyproject.toml
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-03-15 22:16:07 +01:00
parent 218f0b9b79
commit 56640942c8
7 changed files with 180 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "kapitanbooru-uploader"
version = "0.5.0"
version = "0.5.1"
description = "A GUI application for uploading images to KapitanBooru"
authors = [
{name = "Michał Leśniak", email = "kapitan@mlesniak.pl"}
@@ -12,9 +12,9 @@ authors = [
dependencies = [
"networkx==3.4.2",
"Pillow==11.1.0",
"pywin32==308",
"pywin32==309",
"requests==2.32.3",
"wdtagger==0.13.2",
"wdtagger[cuda12-nightly]==0.14.0",
"bs4==0.0.2",
"tomli==2.2.1"
]