Skip to content

Commit 87a5059

Browse files
authored
build: release 1.5.16 (#152)
1 parent 0eb12d3 commit 87a5059

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
@@ -23,7 +23,7 @@
2323
from mostlyai.qa.reporting_from_statistics import report_from_statistics
2424

2525
__all__ = ["report", "report_from_statistics", "init_logging"]
26-
__version__ = "1.5.15"
26+
__version__ = "1.5.16"
2727

2828
warnings.filterwarnings("ignore", category=FutureWarning, module="phik")
2929
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

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.15"
3+
version = "1.5.16"
44
description = "Synthetic Data Quality Assurance"
55
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)