diff --git a/pyproject.toml b/pyproject.toml index 3ab985ec55..281917df4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.0.0b26" +version = "2.0.0b27" 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"]