From 0ae5f975cc97b4796a337020e3db0c553a2901ca Mon Sep 17 00:00:00 2001 From: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:11:52 +0100 Subject: [PATCH] Update project name and version in pyproject.toml Signed-off-by: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c4fd83..61f951c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ include = ["terratorch_iterate*"] [project] -name = "terratorch-iterate" -version = "0.2.3" +name = "iterate" +version = "0.2.4" requires-python = ">= 3.11" description = "A terratorch's plugin for benchmarking and hyperparameter optimization" authors = [ @@ -133,4 +133,4 @@ module = "pytest.*" ignore_missing_imports = true # [tool.pytest.ini_options] -# addopts = "--cov=benchmark --cov-report html" \ No newline at end of file +# addopts = "--cov=benchmark --cov-report html"