From 377f75f5f7f0557b6c45ef776baf19fda80abca2 Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Wed, 18 Dec 2024 15:51:51 +0000 Subject: [PATCH] Bump version to 1.4.1 --- 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 b0f3962..4e2fd81 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.4.0" +__version__ = "1.4.1" os.environ["TOKENIZERS_PARALLELISM"] = "false" if Version(pd.__version__) >= Version("2.2.0"): diff --git a/pyproject.toml b/pyproject.toml index 49e2c75..20069b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mostlyai-qa" -version = "1.4.0" +version = "1.4.1" description = "Synthetic Data - Quality Assurance" readme = "README.md" license = "Apache-2.0"