From 57793ac79552f06b095ea8b9b8892b2122cbbebe Mon Sep 17 00:00:00 2001 From: BotReleaser Date: Fri, 19 Jan 2024 15:16:31 +0000 Subject: [PATCH] v2.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d228500b6..8f07256c13 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.5.2" +version = "2.5.3" 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"]