From 29cadc7e10d9aa929b6e4fd04d61e49f22440d10 Mon Sep 17 00:00:00 2001 From: mostlyai-ci Date: Thu, 16 Jan 2025 17:11:34 +0000 Subject: [PATCH] Bump version to 1.4.4 --- mostlyai/qa/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mostlyai/qa/__init__.py b/mostlyai/qa/__init__.py index d8a7834..51229ae 100644 --- a/mostlyai/qa/__init__.py +++ b/mostlyai/qa/__init__.py @@ -21,7 +21,7 @@ from mostlyai.qa.reporting_from_statistics import report_from_statistics __all__ = ["report", "report_from_statistics"] -__version__ = "1.4.3" +__version__ = "1.4.4" os.environ["TOKENIZERS_PARALLELISM"] = "false" if Version(pd.__version__) >= Version("2.2.0"): diff --git a/pyproject.toml b/pyproject.toml index 8ccd280..12dd2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.4.3" +version = "1.4.4" description = "Synthetic Data - Quality Assurance" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] packages = [ @@ -75,5 +75,5 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] -target-version = "1.4.3" +target-version = "1.4.4" line-length = 120