From 6ff7f522ec63a7c6931e14458cc00c1084834715 Mon Sep 17 00:00:00 2001 From: catboxanon <122327233+catboxanon@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:22:56 -0400 Subject: [PATCH] Bump version (again) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af71913..d748e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_stealth_pnginfo" description = "Read and write 'stealth metadata' in PNG files" -version = "1.0.1" +version = "1.0.2" [project.urls] Repository = "https://github.com/catboxanon/comfyui_stealth_pnginfo"