From 2d56bed848d4c82fb3031ca6a4920635c202721e Mon Sep 17 00:00:00 2001 From: Fabian Zills <46721498+PythonFZ@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:20:04 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05a466c..d272103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "znflow" -version = "0.2.2" +version = "0.2.3" description = "A general purpose framework for building and running computational graphs." authors = ["zincwarecode "] license = "Apache-2.0"