From e8541dfa0b275076cc3b7af3515fa1ca6aaeaf12 Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Fri, 31 Jan 2025 14:38:48 +0000 Subject: [PATCH] Bump version to 1.5.2 --- 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 7218d13..4f7eefc 100644 --- a/mostlyai/qa/__init__.py +++ b/mostlyai/qa/__init__.py @@ -22,7 +22,7 @@ from mostlyai.qa.reporting_from_statistics import report_from_statistics __all__ = ["report", "report_from_statistics", "init_logging"] -__version__ = "1.5.1" +__version__ = "1.5.2" os.environ["TOKENIZERS_PARALLELISM"] = "false" if Version(pd.__version__) >= Version("2.2.0"): diff --git a/pyproject.toml b/pyproject.toml index 755dbf5..ba95e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.5.1" +version = "1.5.2" description = "Synthetic Data Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] packages = [