From 2a8be9d422caa81439f85fa67c228609c332920c Mon Sep 17 00:00:00 2001 From: "Daxiong (Lin)" Date: Mon, 6 Jul 2026 08:33:56 +0800 Subject: [PATCH] Bump node docs to 0.5.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 777490990..ae13d9d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-embedded-docs" -version = "0.5.6" +version = "0.5.7" description = "Embedded documentation for ComfyUI nodes" readme = "README.md" requires-python = ">=3.9"