Bump version to 1.2.3

Incremented the project version in pyproject.toml from 1.2.2 to 1.2.3.
This commit is contained in:
Dariusz L
2025-06-28 09:47:06 +02:00
parent 81b2a9cc4e
commit aee5836252

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.2"
version = "1.2.3"
license = {file = "LICENSE"}
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]