diff --git a/mostlyai/sdk/__init__.py b/mostlyai/sdk/__init__.py index a88b762b..4f28898d 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.7" # Do not set this manually. Use poetry version [params]. +__version__ = "4.7.8" # Do not set this manually. Use poetry version [params]. diff --git a/pyproject.toml b/pyproject.toml index 1c5e868a..27937464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mostlyai" -version = "4.7.7" +version = "4.7.8" description = "Synthetic Data SDK" authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] requires-python = ">=3.10,<3.14"