diff --git a/gradle.properties b/gradle.properties index b22a5c9c24..a64ecc508c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -giskardVersion=2.0.0b8 +giskardVersion=2.0.0b9 rootProject.name=giskard profile=dev diff --git a/python-client/pyproject.toml b/python-client/pyproject.toml index d6ad045528..c852664b80 100644 --- a/python-client/pyproject.toml +++ b/python-client/pyproject.toml @@ -107,7 +107,7 @@ giskard = "giskard.cli:cli" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.0.0b8" +version = "2.0.0b9" description = "The testing framework dedicated to ML models, from tabular to LLMs" authors = [ { name = "Giskard AI", email = "hello@giskard.ai" },