diff --git a/pyproject.toml b/pyproject.toml index c3895493f39e07b4665f83a4f86ccae481c6982d..00e19eb0cd580bd9b53b279f301b5d3b00a8d30f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistral_inference" -version = "1.4.0" +version = "1.5.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 3e8d9f94621c6b29efab723e119a73a0dbe15089..5b601886131b044f9738fb1a32022bb045a52787 100644 --- a/src/mistral_inference/__init__.py +++ b/src/mistral_inference/__init__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.5.0"