diff --git a/mostlyai/qa/__init__.py b/mostlyai/qa/__init__.py index b44b4fc..d8a7834 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.2" +__version__ = "1.4.3" os.environ["TOKENIZERS_PARALLELISM"] = "false" if Version(pd.__version__) >= Version("2.2.0"): diff --git a/pyproject.toml b/pyproject.toml index 0ee3b31..8ccd280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-qa" -version = "1.4.2" +version = "1.4.3" 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 = "py310" +target-version = "1.4.3" line-length = 120