We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf77c5d commit 921248cCopy full SHA for 921248c
mostlyai/qa/__init__.py
@@ -21,7 +21,7 @@
21
from mostlyai.qa.reporting_from_statistics import report_from_statistics
22
23
__all__ = ["report", "report_from_statistics"]
24
-__version__ = "1.4.3"
+__version__ = "1.4.4"
25
26
os.environ["TOKENIZERS_PARALLELISM"] = "false"
27
if Version(pd.__version__) >= Version("2.2.0"):
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai-qa"
3
-version = "1.4.3"
+version = "1.4.4"
4
description = "Synthetic Data - Quality Assurance"
5
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
6
packages = [
@@ -75,5 +75,5 @@ requires = ["hatchling"]
75
build-backend = "hatchling.build"
76
77
[tool.ruff]
78
-target-version = "1.4.3"
+target-version = "1.4.4"
79
line-length = 120
0 commit comments