diff --git a/python/pyproject.toml b/python/pyproject.toml index fc5017d..ed2d87f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bankofai-8004-sdk" -version = "1.1.1" +version = "1.1.2" description = "Multi-chain 8004 SDK for agent registration and reputation" readme = "README.md" requires-python = ">=3.11" diff --git a/ts/package-lock.json b/ts/package-lock.json index 705d7b1..f0d634a 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bankofai/8004-sdk", - "version": "1.1.0", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bankofai/8004-sdk", - "version": "1.1.0", + "version": "1.1.2", "license": "MIT", "dependencies": { "graphql-request": "^7.2.0", diff --git a/ts/package.json b/ts/package.json index 5c1b097..0022b15 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@bankofai/8004-sdk", - "version": "1.1.1", + "version": "1.1.2", "description": "TypeScript SDK for 8004. Supports agent registration, reputation, and validation flows.", "type": "module", "main": "dist/index.js",