From 35d572749ba700de222fe349421e947571b8d4ea Mon Sep 17 00:00:00 2001 From: Alexopus Date: Wed, 31 Jul 2024 17:22:12 +0200 Subject: [PATCH] pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fd48a7..07382d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-image-saver" description = "Save images with generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition." -version = "1.2.1" +version = "1.3.0" license = { file = "LICENSE" } dependencies = ["piexif"]