From 3deb9f79b27796dcecb813e7d7506940de725fb6 Mon Sep 17 00:00:00 2001 From: BotReleaser Date: Thu, 21 Nov 2024 22:54:32 +0000 Subject: [PATCH] v2.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cc2945bb0..1310f7a778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.15.5" +version = "2.16.0" 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"]