Skip to content

Commit 921248c

Browse files
authored
Release 1.4.4 (#81)
1 parent bf77c5d commit 921248c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mostlyai/qa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from mostlyai.qa.reporting_from_statistics import report_from_statistics
2222

2323
__all__ = ["report", "report_from_statistics"]
24-
__version__ = "1.4.3"
24+
__version__ = "1.4.4"
2525

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mostlyai-qa"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "Synthetic Data - Quality Assurance"
55
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
66
packages = [
@@ -75,5 +75,5 @@ requires = ["hatchling"]
7575
build-backend = "hatchling.build"
7676

7777
[tool.ruff]
78-
target-version = "1.4.3"
78+
target-version = "1.4.4"
7979
line-length = 120

0 commit comments

Comments
 (0)