Skip to content

Commit e739564

Browse files
authored
build: release 4.7.7 (#487)
1 parent c3e1c68 commit e739564

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mostlyai/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from mostlyai.sdk.client.api import MostlyAI
1616

1717
__all__ = ["MostlyAI"]
18-
__version__ = "4.7.6" # Do not set this manually. Use poetry version [params].
18+
__version__ = "4.7.7" # Do not set this manually. Use poetry version [params].

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mostlyai"
3-
version = "4.7.6"
3+
version = "4.7.7"
44
description = "Synthetic Data SDK"
55
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)