Skip to content

Commit bf77c5d

Browse files
authored
Release 1.4.3 (#80)
1 parent 49e86aa commit bf77c5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.reporting_from_statistics import report_from_statistics
2222

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

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

pyproject.toml

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

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

0 commit comments

Comments
 (0)