Skip to content

Commit ab83370

Browse files
ZhiXiao-Linclaude
andcommitted
fix(python-sdk): bump pyproject.toml version to 0.9.0
pyproject.toml was left at 0.8.0 when Cargo.toml was bumped to 0.9.0, causing maturin to build and upload 0.8.0 wheels instead of 0.9.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d68155a commit ab83370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "a3s-code"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "A3S Code - Native Python bindings for the AI coding agent"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)