Skip to content

Commit

Permalink
Release 1.5.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyai-ci authored Jan 21, 2025
1 parent ce076ec commit a8e0fee
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.reporting_from_statistics import report_from_statistics

__all__ = ["report", "report_from_statistics"]
__version__ = "1.4.4"
__version__ = "1.5.0"

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 @@
[project]
name = "mostlyai-qa"
version = "1.4.4"
version = "1.5.0"
description = "Synthetic Data - Quality Assurance"
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
packages = [
Expand Down

0 comments on commit a8e0fee

Please sign in to comment.