From f9a821f8b49e869d5da3145c1d5cfcd9fd0a6341 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Wed, 25 Feb 2026 00:58:21 +0100 Subject: [PATCH] Bump version to 2.3.0 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 ce63f57..10a4773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-snapshot-manager" description = "Automatically snapshots workflow state with a sidebar to browse and restore previous versions." -version = "2.1.0" +version = "2.3.0" license = {text = "MIT"} [project.urls]