File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121from mostlyai .qa .reporting_from_statistics import report_from_statistics
2222
2323__all__ = ["report" , "report_from_statistics" ]
24- __version__ = "1.4.3 "
24+ __version__ = "1.4.4 "
2525
2626os .environ ["TOKENIZERS_PARALLELISM" ] = "false"
2727if Version (pd .__version__ ) >= Version ("2.2.0" ):
Original file line number Diff line number Diff line change 11[project ]
22name = " mostlyai-qa"
3- version = " 1.4.3 "
3+ version = " 1.4.4 "
44description = " Synthetic Data - Quality Assurance"
55authors = [{ name = " MOSTLY AI" , email = " dev@mostly.ai" }]
66packages = [
@@ -75,5 +75,5 @@ requires = ["hatchling"]
7575build-backend = " hatchling.build"
7676
7777[tool .ruff ]
78- target-version = " 1.4.3 "
78+ target-version = " 1.4.4 "
7979line-length = 120
You can’t perform that action at this time.
0 commit comments