From f66340b6b6c7c0a6dc953d509c7588323d076bf9 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sun, 29 Sep 2024 14:34:51 +0200 Subject: [PATCH] update version --- 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 1be08ac..46da2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistral_common" -version = "1.4.3" +version = "1.4.4" description = "" authors = ["bam4d "] readme = "README.md" diff --git a/src/mistral_common/__init__.py b/src/mistral_common/__init__.py index aa56ed4..c0f285b 100644 --- a/src/mistral_common/__init__.py +++ b/src/mistral_common/__init__.py @@ -1 +1 @@ -__version__ = "1.4.3" +__version__ = "1.4.4"