diff --git a/pyproject.toml b/pyproject.toml index f05224af..4b115d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistralai" -version = "0.4.1" +version = "0.4.2" description = "" authors = ["Bam4d "] readme = "README.md" diff --git a/src/mistralai/client_base.py b/src/mistralai/client_base.py index 8fe9bcfd..25077772 100644 --- a/src/mistralai/client_base.py +++ b/src/mistralai/client_base.py @@ -15,7 +15,7 @@ ToolChoice, ) -CLIENT_VERSION = "0.4.1" +CLIENT_VERSION = "0.4.2" class ClientBase(ABC):