diff --git a/pyproject.toml b/pyproject.toml index 500cd671..4ec45221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ namespaces = true [project] name = "aiXplain" -version = "0.2.4rc0" +version = "0.2.4" description = "aiXplain SDK adds AI functions to software." readme = "README.md" requires-python = ">=3.5, <4" @@ -62,7 +62,7 @@ aixplain = "aixplain.cli_groups:run_cli" [project.optional-dependencies] model-builder = [ - "model-interfaces~=0.0.1rc2" + "model-interfaces~=0.0.1" ] test = [ "pytest>=6.1.0",