From 7ae48821558bd1a2dd63122ac64d3b5cda31e3da Mon Sep 17 00:00:00 2001 From: asagi4 <130366179+asagi4@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:43:08 +0300 Subject: [PATCH] New release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cf3f46..abaf550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-prompt-control" description = "Nodes for convenient prompt editing, making many common operations prompt-controllable" -version = "1.1.0" +version = "1.1.1" license = { file = "LICENSE" } # some lark versions older than 1.1.9 apparently have a bug that breaks things, see https://github.com/asagi4/comfyui-prompt-control/issues/35 dependencies = ["lark >= 1.1.9"]