Skip to content

Commit 1e996b4

Browse files
authored
Release 1.3.5 (#66)
1 parent 5888716 commit 1e996b4

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
@@ -21,7 +21,7 @@
2121
from mostlyai.qa.report_from_statistics import report_from_statistics
2222

2323
__all__ = ["report", "report_from_statistics"]
24-
__version__ = "1.3.4"
24+
__version__ = "1.3.5"
2525

2626
os.environ["TOKENIZERS_PARALLELISM"] = "false"
2727
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
[tool.poetry]
22
name = "mostlyai-qa"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
description = "Synthetic Data - Quality Assurance"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)