Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyai-ci committed Feb 19, 2025
1 parent f523c9c commit 9fbbbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mostlyai/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from mostlyai.sdk.client.api import MostlyAI

__all__ = ["MostlyAI"]
__version__ = "4.1.7" # Do not set this manually. Use poetry version [params].
__version__ = "4.2.0" # Do not set this manually. Use poetry version [params].
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mostlyai"
version = "4.1.7"
version = "4.2.0"
description = "Synthetic Data SDK"
authors = [{ name = "MOSTLY AI", email = "[email protected]" }]
requires-python = ">=3.10,<3.14"
Expand Down

0 comments on commit 9fbbbe4

Please sign in to comment.