diff --git a/pyproject.toml b/pyproject.toml index b4e239e7..54d2b372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistralai" -version = "2.2.0rc3" +version = "2.2.0" description = "Python Client SDK for the Mistral AI API." authors = [{ name = "Mistral" }] requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index a1607607..ae8cabb5 100644 --- a/uv.lock +++ b/uv.lock @@ -560,7 +560,7 @@ wheels = [ [[package]] name = "mistralai" -version = "2.2.0rc3" +version = "2.2.0" source = { editable = "." } dependencies = [ { name = "eval-type-backport" },