From 320a8b8b3fb3dd1042188dae1aa9247d07e83aea Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Thu, 26 Jun 2025 16:34:50 +0000 Subject: [PATCH] Bump version to 1.9.8 --- 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 7f2ab59..faa8fcd 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.7" +__version__ = "1.9.8" warnings.filterwarnings("ignore", category=FutureWarning, module="phik") warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub") diff --git a/pyproject.toml b/pyproject.toml index 143bb28..5d07ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.9.7" +version = "1.9.8" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10"