From 20a1fd76be43fbac297f9263fa0b170f30043afb Mon Sep 17 00:00:00 2001 From: Kristof Van Tricht Date: Fri, 21 Jun 2024 11:11:22 +0200 Subject: [PATCH] Make version static for now --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c96cf358..151d79fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,8 @@ authors = [ description = "WorldCereal classification module" readme = "README.md" requires-python = ">=3.8" -dynamic = ["version"] +# dynamic = ["version"] +version = "2.0.2" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",