From a3145822d6d9426230048fb94669d8616d7c8f2c Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 16 Oct 2024 16:07:03 +0200 Subject: [PATCH] up --- pyproject.toml | 2 +- src/mistral_inference/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c389549..00e19eb 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 "] readme = "README.md" diff --git a/src/mistral_inference/__init__.py b/src/mistral_inference/__init__.py index 3e8d9f9..5b60188 100644 --- a/src/mistral_inference/__init__.py +++ b/src/mistral_inference/__init__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.5.0"