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"