Skip to content

Commit

Permalink
Merge pull request #28 from mistralai/v131
Browse files Browse the repository at this point in the history
V131
  • Loading branch information
patrickvonplaten authored Jul 18, 2024
2 parents e0b9a93 + 8356b69 commit cf7b26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mistral_common"
version = "1.3.0"
version = "1.3.1"
description = ""
authors = ["bam4d <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,6 +32,7 @@ pydantic = "2.6.1"
jsonschema = "4.21.1"
sentencepiece = "0.2.0"
typing-extensions = "^4.11.0"
tiktoken = "^0.7.0"

[tool.poetry.group.dev.dependencies]
types-jsonschema = "4.21.0.20240118"
Expand Down
2 changes: 1 addition & 1 deletion src/mistral_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit cf7b26e

Please sign in to comment.