From 8cde074b8bff7b013757db18acb43c6549dad935 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Fri, 8 Sep 2023 18:43:56 +0200 Subject: [PATCH] v2.0.0b20 --- gradle.properties | 2 +- python-client/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8c36cb231a..75a0135027 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -giskardVersion=2.0.0b19 +giskardVersion=2.0.0b20 rootProject.name=giskard profile=dev diff --git a/python-client/pyproject.toml b/python-client/pyproject.toml index 6298b3bee8..64c8a252b0 100644 --- a/python-client/pyproject.toml +++ b/python-client/pyproject.toml @@ -111,7 +111,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.0.0b19" +version = "2.0.0b20" description = "The testing framework dedicated to ML models, from tabular to LLMs" authors = [ { name = "Giskard AI", email = "hello@giskard.ai" },