Skip to content

Commit 6eb47d2

Browse files
authored
build: release 1.6.0 (#159)
1 parent 68a3267 commit 6eb47d2

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

0 commit comments

Comments
 (0)