We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c5858 commit 73d9377Copy full SHA for 73d9377
2 files changed
mostlyai/sdk/__init__.py
@@ -49,4 +49,4 @@
49
from mostlyai.sdk.client.api import MostlyAI
50
51
__all__ = ["MostlyAI"]
52
-__version__ = "5.10.0" # Do not set this manually. Use poetry version [params].
+__version__ = "5.10.1" # Do not set this manually. Use poetry version [params].
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai"
3
-version = "5.10.0"
+version = "5.10.1"
4
description = "Synthetic Data SDK"
5
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
6
requires-python = ">=3.10,<3.14"
0 commit comments