Skip to content

Commit 412cb1e

Browse files
authored
build: release 2.3.3 (#248)
1 parent 23cc532 commit 412cb1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mostlyai/engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"TabularARGN",
3535
"LanguageModel",
3636
]
37-
__version__ = "2.3.2"
37+
__version__ = "2.3.3"
3838

3939
# suppress specific warning related to os.fork() in multi-threaded processes
4040
warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*multi-threaded.*fork.*")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mostlyai-engine"
3-
version = "2.3.2"
3+
version = "2.3.3"
44
description = "Synthetic Data Engine"
55
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)