From 64b6c23f6160419aa4457698e847deb00816bbfb Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 12 Mar 2026 15:35:05 +0100 Subject: [PATCH] Bump version to 1.1.2 for save node meta tensor fix 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 2322b7c..4d804c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-vace-tools" -version = "1.1.1" +version = "1.1.2" description = "Mask and control-frame generation nodes for WanVideo/VACE workflows — supports 10 generation modes, source trimming, and merge-back with optical flow blending." license = { file = "LICENSE" } requires-python = ">=3.10"