fix(sdks): bump sdk versions (#2142)

This commit is contained in:
Waleed
2025-11-30 19:47:58 -08:00
committed by GitHub
parent 4e9cab39c3
commit 7b2792122d
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "simstudio-sdk"
version = "0.1.0"
version = "0.1.1"
authors = [
{name = "Sim", email = "support@sim.ai"},
]

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="simstudio-sdk",
version="0.1.0",
version="0.1.1",
author="Sim",
author_email="support@sim.ai",
description="Sim SDK - Execute workflows programmatically",