Skip to content

Commit

Permalink
Release 0.4.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegoio authored Jun 5, 2024
1 parent 2d4e3fd commit 70c9d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mistralai"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["Bam4d <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/mistralai/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from mistralai.models.chat_completion import ChatMessage, Function, ResponseFormat, ToolChoice

CLIENT_VERSION = "0.2.0"
CLIENT_VERSION = "0.4.0"


class ClientBase(ABC):
Expand Down

0 comments on commit 70c9d2c

Please sign in to comment.