From 5fde01bcf7066f7698cee7f4ce298f26153e656c Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Thu, 20 Mar 2025 16:48:49 +0000 Subject: [PATCH] Bump version to 1.5.9 --- 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 8a84883..bbd33c5 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.8" +__version__ = "1.5.9" warnings.filterwarnings("ignore", category=FutureWarning, module="phik") warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub") diff --git a/pyproject.toml b/pyproject.toml index 304aaf0..7753b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.5.8" +version = "1.5.9" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10"