diff --git a/mostlyai/sdk/__init__.py b/mostlyai/sdk/__init__.py index be6e0f44..f7e406ac 100644 --- a/mostlyai/sdk/__init__.py +++ b/mostlyai/sdk/__init__.py @@ -15,4 +15,4 @@ from mostlyai.sdk.client.api import MostlyAI __all__ = ["MostlyAI"] -__version__ = "4.7.9" # Do not set this manually. Use poetry version [params]. +__version__ = "4.8.0" # Do not set this manually. Use poetry version [params]. diff --git a/pyproject.toml b/pyproject.toml index 8503ad71..8c7d862d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai" -version = "4.7.9" +version = "4.8.0" description = "Synthetic Data SDK" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10,<3.14"