From 4bbf3a895f1d10e3c07bbe75bb0bcb472c5b32e4 Mon Sep 17 00:00:00 2001 From: asagi4 <130366179+asagi4@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:45:14 +0300 Subject: [PATCH] Release 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abaf550..4e0e48d 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.1" +version = "1.1.2" 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"]