Skip to content

Commit

Permalink
Release 1.4.4 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyai-ci authored Jan 16, 2025
1 parent bf77c5d commit 921248c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3"
__version__ = "1.4.4"

os.environ["TOKENIZERS_PARALLELISM"] = "false"
if Version(pd.__version__) >= Version("2.2.0"):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mostlyai-qa"
version = "1.4.3"
version = "1.4.4"
description = "Synthetic Data - Quality Assurance"
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
packages = [
Expand Down Expand Up @@ -75,5 +75,5 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.ruff]
target-version = "1.4.3"
target-version = "1.4.4"
line-length = 120

0 comments on commit 921248c

Please sign in to comment.