From 82fbbe589578e9c05d520eddb1771e955ca72bf4 Mon Sep 17 00:00:00 2001 From: christian-byrne Date: Sun, 23 Jun 2024 13:25:09 -0700 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab07ff4..23d5a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "python-interpreter-node" description = "Python interpreter to embed scripts into workflows and debug custom nodes." -version = "1.2.1" +version = "1.2.2" license = "LICENSE" dependencies = ["Pillow>=10.3.0"]