From f08214e22448db647a5729b922cb62f701a142a8 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Sat, 28 Jun 2025 06:11:37 +0200 Subject: [PATCH] Bump version to 1.2.1 in pyproject.toml Updated the project version from 1.2.0 to 1.2.1 in preparation for a new release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a75c6ab..9a747ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "layerforge" description = "LayerForge is an advanced canvas node for ComfyUI that provides a Photoshop-like, layer-based editing experience. It allows you to composite, mask, and blend multiple images directly within your workflow. It offers full control over transformations (move, scale, rotate), blend modes, and opacity for each layer. The final image and its corresponding mask are provided as outputs, ready for seamless integration with other nodes." -version = "1.2.0" +version = "1.2.1" license = {file = "LICENSE"} dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]