From 160c13670d1a6e146180ccfd3c5e22e6fdc77618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 08:52:36 +0000 Subject: [PATCH] build: bump version to 2.6.1 --- mostlyai/engine/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mostlyai/engine/__init__.py b/mostlyai/engine/__init__.py index 9149f50d..3e8c9eec 100644 --- a/mostlyai/engine/__init__.py +++ b/mostlyai/engine/__init__.py @@ -34,7 +34,7 @@ "TabularARGN", "LanguageModel", ] -__version__ = "2.6.0" +__version__ = "2.6.1" # suppress specific warning related to os.fork() in multi-threaded processes warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*multi-threaded.*fork.*") diff --git a/pyproject.toml b/pyproject.toml index bd850bb6..a8bf42f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai-engine" -version = "2.6.0" +version = "2.6.1" description = "Synthetic Data Engine" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.11,<3.14"