From 350e9d85cf3352c840c182eb6df009625ffeda94 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Sat, 23 Nov 2024 18:02:58 +0100 Subject: [PATCH] Update file pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 824ea20..6f8d10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "dinamis-sdk" authors = [{name = "inrae", email = "remi.cresson@inrae.fr"}] -version = "0.3.0" +version = "0.3.1" description = "DINAMIS SDK for Python" requires-python = ">=3.7" dependencies = [ -- GitLab