Skip to content

Commit fb30060

Browse files
authored
Version Bump to 1.3.4 (#64)
1 parent 20d098a commit fb30060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mostlyai/qa/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
24+
__version__ = "1.3.4"
2525

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

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.3.3"
3+
version = "1.3.4"
44
description = "Synthetic Data - Quality Assurance"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)