From d8aa05969a350c8a8184cb684ac876959f0d66d6 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 22 Feb 2026 20:18:52 +0100 Subject: [PATCH] Bump version to 1.1.0 for VACE Mode Select node 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 673ea6e..a9e6bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-vace-tools" -version = "1.0.0" +version = "1.1.0" 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"