From 6185a61a58137b4da312d6fea9c0016afc65952b Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Wed, 8 Oct 2025 16:42:16 +0000 Subject: [PATCH] Bump version to 1.9.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 faa8fcd..e928202 100644 --- a/mostlyai/qa/__init__.py +++ b/mostlyai/qa/__init__.py @@ -24,7 +24,7 @@ from mostlyai.qa.reporting_from_statistics import report_from_statistics __all__ = ["report", "report_from_statistics", "init_logging", "set_random_state"] -__version__ = "1.9.8" +__version__ = "1.9.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 5d07ff5..b711bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.9.8" +version = "1.9.9" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10"