From 91e2fb42da4027ac3ba4a91f92c1499a4e03b48e Mon Sep 17 00:00:00 2001 From: Nick Gray <37458627+ngg1995@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:28:47 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 970e282..082bfe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "pba" -# dynamic = ["version"] -version = "0.90.1" +dynamic = ["version"] +# version = "0.90.1" dependencies = [ 'numpy>=1.26.2', 'scipy>=1.11.4', @@ -22,4 +22,4 @@ Documentation = "https://pba-for-python.readthedocs.io/en/latest/" Repository = "https://github.com/Institute-for-Risk-and-Uncertainty/pba-for-python" [tool.setuptools] -packages = ["pba", "pba.pbox_constructors"] \ No newline at end of file +packages = ["pba", "pba.pbox_constructors"]