From 833459fd67167bd425c2706e000ca0d98c1889a9 Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Sat, 7 Dec 2024 15:00:45 +0100 Subject: [PATCH] Version Bump to 1.3.2 (#44) --- 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 2679126..178cae0 100644 --- a/mostlyai/qa/__init__.py +++ b/mostlyai/qa/__init__.py @@ -21,7 +21,7 @@ from mostlyai.qa.report_from_statistics import report_from_statistics __all__ = ["report", "report_from_statistics"] -__version__ = "1.3.1" +__version__ = "1.3.2" os.environ["TOKENIZERS_PARALLELISM"] = "false" if Version(pd.__version__) >= Version("2.2.0"): diff --git a/pyproject.toml b/pyproject.toml index b2ea27c..564b72d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mostlyai-qa" -version = "1.3.1" +version = "1.3.2" description = "Synthetic Data - Quality Assurance" readme = "README.md" license = "Apache-2.0"