Bump version to 1.2.4

Update the project version in pyproject.toml from 1.2.3 to 1.2.4.
This commit is contained in:
Dariusz L
2025-06-28 20:26:04 +02:00
parent f6a491e83b
commit 38c81fe498

View File

@@ -1,7 +1,7 @@
[project]
name = "layerforge"
description = "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing."
version = "1.2.3"
version = "1.2.4"
license = {file = "LICENSE"}
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]