From 64667ab5a8e8e61c365c493c8c206635fef4919e Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 2 Apr 2026 17:39:38 +0200 Subject: [PATCH] Bump version to 1.1.3 for Upscale mode addition Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d804c1..8ac0c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-vace-tools" -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." +version = "1.1.3" +description = "Mask and control-frame generation nodes for WanVideo/VACE workflows — supports 11 generation modes, source trimming, and merge-back with optical flow blending." license = { file = "LICENSE" } requires-python = ">=3.10" dependencies = []