We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5888716 commit 1e996b4Copy full SHA for 1e996b4
mostlyai/qa/__init__.py
@@ -21,7 +21,7 @@
21
from mostlyai.qa.report_from_statistics import report_from_statistics
22
23
__all__ = ["report", "report_from_statistics"]
24
-__version__ = "1.3.4"
+__version__ = "1.3.5"
25
26
os.environ["TOKENIZERS_PARALLELISM"] = "false"
27
if Version(pd.__version__) >= Version("2.2.0"):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mostlyai-qa"
3
-version = "1.3.4"
+version = "1.3.5"
4
description = "Synthetic Data - Quality Assurance"
5
readme = "README.md"
6
license = "Apache-2.0"
0 commit comments