Skip to content

Commit

Permalink
Version Bump to 1.3.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatzer authored Dec 7, 2024
1 parent ed6e41c commit 833459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mostlyai/qa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from mostlyai.qa.report_from_statistics import report_from_statistics

__all__ = ["report", "report_from_statistics"]
__version__ = "1.3.1"
__version__ = "1.3.2"

os.environ["TOKENIZERS_PARALLELISM"] = "false"
if Version(pd.__version__) >= Version("2.2.0"):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mostlyai-qa"
version = "1.3.1"
version = "1.3.2"
description = "Synthetic Data - Quality Assurance"
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit 833459f

Please sign in to comment.