Skip to content

Commit c2bfb76

Browse files
authored
Update versions for release 0.4.2 (#114)
1 parent 9378337 commit c2bfb76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mistralai"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = ""
55
authors = ["Bam4d <[email protected]>"]
66
readme = "README.md"

src/mistralai/client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ToolChoice,
1616
)
1717

18-
CLIENT_VERSION = "0.4.1"
18+
CLIENT_VERSION = "0.4.2"
1919

2020

2121
class ClientBase(ABC):

0 commit comments

Comments
 (0)