Skip to content

Commit 738c0df

Browse files
authored
bump to 1.2.2 (#29)
1 parent 7b2e8e0 commit 738c0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mostlyai-qa"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "Quality assurance for synthetic data"
55
readme = "README.md"
66
license = "Apache License v2"

src/mostlyai/qa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from mostlyai.qa.report_from_statistics import report_from_statistics
2121

2222
__all__ = ["report", "report_from_statistics"]
23-
__version__ = "1.2.1"
23+
__version__ = "1.2.2"
2424

2525
os.environ["TOKENIZERS_PARALLELISM"] = "false"
2626
pd.set_option("future.no_silent_downcasting", True)

0 commit comments

Comments
 (0)