Skip to content

Commit 70c9d2c

Browse files
authored
Release 0.4.0 (#100)
1 parent 2d4e3fd commit 70c9d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mistralai"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = ""
55
authors = ["Bam4d <[email protected]>"]
66
readme = "README.md"

src/mistralai/client_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from mistralai.models.chat_completion import ChatMessage, Function, ResponseFormat, ToolChoice
1212

13-
CLIENT_VERSION = "0.2.0"
13+
CLIENT_VERSION = "0.4.0"
1414

1515

1616
class ClientBase(ABC):

0 commit comments

Comments
 (0)