Skip to content

Commit a040ac7

Browse files
ZhiXiao-Linclaude
andcommitted
chore: bump SDK manifest versions to 0.9.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d8710fc commit a040ac7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a3s-lab/code",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A3S Code - Native AI coding agent library for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

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.9.1"
7+
version = "0.9.2"
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)