From 1d3b3ec5df084c8d15a4bcfa592e089c47f8afd1 Mon Sep 17 00:00:00 2001 From: Sviatoslav Eroshkin <109044598+Sviatose@users.noreply.github.com> Date: Wed, 16 Jul 2025 21:06:50 +0000 Subject: [PATCH] fix: pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 803d083b..4c341515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neqsim" -version = "3.0.29" +version = "3.0.30" description = "NeqSim is a tool for thermodynamic and process calculations" authors = ["Even Solbraa "] license = "Apache-2.0"