From 0caf7e6800bc80a14f8f58c5944892e9ae0a341b Mon Sep 17 00:00:00 2001 From: BotReleaser Date: Wed, 28 Feb 2024 15:11:15 +0000 Subject: [PATCH] v2.7.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9647f63bf9..97bef2a11f 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.3" +version = "2.7.4" 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"]