diff --git a/pyproject.toml b/pyproject.toml index 8c3b24d9a6c92a5ab95673a11cab46e6a706617c..c3895493f39e07b4665f83a4f86ccae481c6982d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistral_inference" -version = "1.3.1" +version = "1.4.0" description = "" authors = ["bam4d <bam4d@mistral.ai>"] readme = "README.md" diff --git a/src/mistral_inference/__init__.py b/src/mistral_inference/__init__.py index 9c73af26be70465839a5f43818dbab3f5c35571f..3e8d9f94621c6b29efab723e119a73a0dbe15089 100644 --- a/src/mistral_inference/__init__.py +++ b/src/mistral_inference/__init__.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.4.0"