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"