Skip to content

Commit 42e72ed

Browse files
authored
Release 1.5.2 (#97)
1 parent aba1cc9 commit 42e72ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mostlyai/qa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from mostlyai.qa.reporting_from_statistics import report_from_statistics
2323

2424
__all__ = ["report", "report_from_statistics", "init_logging"]
25-
__version__ = "1.5.1"
25+
__version__ = "1.5.2"
2626

2727
os.environ["TOKENIZERS_PARALLELISM"] = "false"
2828
if Version(pd.__version__) >= Version("2.2.0"):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mostlyai-qa"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
description = "Synthetic Data Quality Assurance"
55
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
66
packages = [

0 commit comments

Comments
 (0)