From 1ce2e6d893f03c15d0cc09969e9618aaa0100818 Mon Sep 17 00:00:00 2001 From: fedebenelli Date: Sun, 29 Dec 2024 21:38:43 -0300 Subject: [PATCH] version from __init__ --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 58de658c..067daea1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,7 +14,7 @@ name = "yaeos" description = "Thermodynamic modelling with Equation of State" readme = "README.md" dependencies = ["numpy"] -version = "2.1.0" +dynamic = ["version"] requires-python = ">=3.10"