From 07173b6b428568a7885329e95d82ef315469c78d Mon Sep 17 00:00:00 2001 From: Guillaume Dumont Date: Wed, 28 Jan 2026 19:10:37 +0100 Subject: [PATCH] Bumping the pyproject.toml version to 1.11.1 This change was omitted in previous PR. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f58565..680ae19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistralai" -version = "1.11.0" +version = "1.11.1" description = "Python Client SDK for the Mistral AI API." authors = [{ name = "Mistral" }] requires-python = ">=3.10"