From 4eab7131cbbb904dc202b203e095ff37f8ffdc16 Mon Sep 17 00:00:00 2001 From: jean-malo Date: Tue, 14 Jan 2025 09:52:20 +0100 Subject: [PATCH] chore: 1.5.2 --- pyproject.toml | 2 +- src/mistral_common/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5112998..a39338d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistral_common" -version = "1.5.1" +version = "1.5.2" description = "" authors = ["bam4d "] readme = "README.md" diff --git a/src/mistral_common/__init__.py b/src/mistral_common/__init__.py index 0f228f2..5197c5f 100644 --- a/src/mistral_common/__init__.py +++ b/src/mistral_common/__init__.py @@ -1 +1 @@ -__version__ = "1.5.1" +__version__ = "1.5.2"