We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378337 commit c2bfb76Copy full SHA for c2bfb76
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mistralai"
3
-version = "0.4.1"
+version = "0.4.2"
4
description = ""
5
authors = ["Bam4d <[email protected]>"]
6
readme = "README.md"
src/mistralai/client_base.py
@@ -15,7 +15,7 @@
15
ToolChoice,
16
)
17
18
-CLIENT_VERSION = "0.4.1"
+CLIENT_VERSION = "0.4.2"
19
20
21
class ClientBase(ABC):
0 commit comments