From d9c30a71766ff8a980afa5287743070cf018cda5 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Mon, 26 May 2025 21:37:04 -0400 Subject: [PATCH] Update release --- .release | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release b/.release index 28d6ff1..fce08a3 100644 --- a/.release +++ b/.release @@ -1 +1 @@ -v25.1.0 +v25.1.2 diff --git a/pyproject.toml b/pyproject.toml index 3109cbb..f5a6124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kohya-ss" -version = "25.1.0" +version = "25.1.2" description = "Kohya_ss GUI" readme = "README.md" requires-python = ">=3.11,<3.13"