From 9865912417738109a6340908e555a2c8a12fff96 Mon Sep 17 00:00:00 2001 From: Jack Brown Date: Tue, 14 Apr 2026 09:16:38 -0700 Subject: [PATCH] bump version --- packages/runtimeuse-client-python/pyproject.toml | 2 +- packages/runtimeuse/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/runtimeuse-client-python/pyproject.toml b/packages/runtimeuse-client-python/pyproject.toml index 5843dd8..3ca7157 100644 --- a/packages/runtimeuse-client-python/pyproject.toml +++ b/packages/runtimeuse-client-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "runtimeuse-client" -version = "0.9.0" +version = "0.9.1" description = "Client library for AI agent runtime communication over WebSocket" readme = "README.md" license = {"text" = "FSL"} diff --git a/packages/runtimeuse/package.json b/packages/runtimeuse/package.json index 3146d4c..54b87d4 100644 --- a/packages/runtimeuse/package.json +++ b/packages/runtimeuse/package.json @@ -1,6 +1,6 @@ { "name": "runtimeuse", - "version": "0.9.0", + "version": "0.9.1", "description": "AI agent runtime with WebSocket protocol, artifact handling, and secret management", "license": "FSL", "type": "module",