From 3df42bd4cffd09f563e0aaa420a9a71370bb213a Mon Sep 17 00:00:00 2001 From: dkazanc Date: Wed, 28 Aug 2024 14:02:55 +0100 Subject: [PATCH] static version added --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8efdb3fb..252a45dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dev_template = "{tag}" [project] name = "tomobar" +version = "2024.08" description = "TOmographic MOdel-BAsed Reconstruction (ToMoBAR) software" readme = "Readme.md" license = {text = "GPLv3"} @@ -36,7 +37,6 @@ classifiers = [ "Environment :: GPU :: NVIDIA CUDA" ] requires-python = ">=3.9" -dynamic = ["version"] dependencies = [ "numpy", "astra-toolbox",