From 14f84b879b4e829c40ac5c911639070dc327cfbd Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 24 Feb 2026 11:55:44 +0100 Subject: [PATCH] Bump version to 1.1.0 for registry update Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de146c8..468a036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-json-dynamic" -version = "1.0.0" +version = "1.1.0" description = "ComfyUI nodes for dynamic JSON loading and string/path utility operations" license = { file = "LICENSE" } requires-python = ">=3.10"