Skip to content

Commit f051790

Browse files
build: release 6.1.0 (#727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1357af5 commit f051790

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
@@ -47,4 +47,4 @@
4747
from mostlyai.sdk.client.api import MostlyAI
4848

4949
__all__ = ["MostlyAI"]
50-
__version__ = "6.0.0" # Do not set this manually. Use poetry version [params].
50+
__version__ = "6.1.0" # 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 = "6.0.0"
3+
version = "6.1.0"
44
description = "Synthetic Data SDK"
55
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
66
requires-python = ">=3.11,<3.14"

0 commit comments

Comments
 (0)