From cb92b32aff7e917285ba7a6df931c815fec67048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20Aydo=C4=9Fan?= <88277926+gokayfem@users.noreply.github.com> Date: Tue, 21 May 2024 03:36:50 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bdc27a..f0adabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-dream-interpreter" description = "Tell your dream and it interprets it and puts you inside your dream" -version = "1.0.1" +version = "1.0.2" license = "LICENSE" dependencies = ["Pillow>=10.1.0"]