We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8efd3e commit 1273f54Copy full SHA for 1273f54
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mostlyai-qa"
3
-version = "1.1.4"
+version = "1.2.0"
4
description = "Quality assurance for synthetic data"
5
readme = "README.md"
6
license = "Apache License v2"
src/mostlyai/qa/__init__.py
@@ -20,7 +20,7 @@
20
from mostlyai.qa.report_from_statistics import report_from_statistics
21
22
__all__ = ["report", "report_from_statistics"]
23
-__version__ = "1.1.4"
+__version__ = "1.2.0"
24
25
os.environ["TOKENIZERS_PARALLELISM"] = "false"
26
pd.set_option("future.no_silent_downcasting", True)
0 commit comments