From ae989470b4e576b8a71a9ea3d6dfb5385e0a09d6 Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Thu, 13 Feb 2025 10:25:51 +0000 Subject: [PATCH] Bump version to 1.5.5 --- mostlyai/qa/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mostlyai/qa/__init__.py b/mostlyai/qa/__init__.py index 360deed..81854e7 100644 --- a/mostlyai/qa/__init__.py +++ b/mostlyai/qa/__init__.py @@ -23,7 +23,7 @@ from mostlyai.qa.reporting_from_statistics import report_from_statistics __all__ = ["report", "report_from_statistics", "init_logging"] -__version__ = "1.5.4" +__version__ = "1.5.5" warnings.filterwarnings("ignore", category=FutureWarning, module="phik") os.environ["TOKENIZERS_PARALLELISM"] = "false" diff --git a/pyproject.toml b/pyproject.toml index 5980e16..32105e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.5.4" +version = "1.5.5" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] packages = [