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 7b2e8e0 commit 738c0dfCopy full SHA for 738c0df
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mostlyai-qa"
3
-version = "1.2.1"
+version = "1.2.2"
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.2.1"
+__version__ = "1.2.2"
24
25
os.environ["TOKENIZERS_PARALLELISM"] = "false"
26
pd.set_option("future.no_silent_downcasting", True)
0 commit comments