From 18568362d3de629000149a001e667eef90553f40 Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Fri, 16 May 2025 08:44:55 +0000 Subject: [PATCH] Bump version to 1.9.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 83af1b0..2915ad7 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.9.4" +__version__ = "1.9.5" warnings.filterwarnings("ignore", category=FutureWarning, module="phik") warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub") diff --git a/pyproject.toml b/pyproject.toml index 5f020b2..6145249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.9.4" +version = "1.9.5" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10"