From 8faeef800975f481ff453981ee43004203926ebb Mon Sep 17 00:00:00 2001 From: BotReleaser Date: Wed, 6 Mar 2024 12:27:20 +0000 Subject: [PATCH] v2.7.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6d7344a34..0c91415770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.7.4" +version = "2.7.5" description = "The testing framework dedicated to ML models, from tabular to LLMs" authors = [{ name = "Giskard AI", email = "hello@giskard.ai" }] keywords = ["Artificial Intelligence", "Machine Learning", "Quality", "MLOps"]