diff --git a/pyproject.toml b/pyproject.toml index 7e3b1af..5528e17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistral_inference" -version = "1.3.0" +version = "1.3.1" description = "" authors = ["bam4d "] readme = "README.md" diff --git a/src/mistral_inference/__init__.py b/src/mistral_inference/__init__.py index 67bc602..9c73af2 100644 --- a/src/mistral_inference/__init__.py +++ b/src/mistral_inference/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1"