From 69da428547ef13f419a9e099fb3ff7569081d43c Mon Sep 17 00:00:00 2001 From: MMaker Date: Tue, 13 Aug 2024 11:01:04 -0400 Subject: [PATCH] Bump version to fix publish issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e199fa3..bd2754a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sd-webui-color-enhance" description = "Enhance colors via color space conversion." -version = "1.0.0" +version = "1.0.1" license = {file = "LICENSE"} [project.urls]