From e60bae7ef821da823104b16c15ddba323232480e Mon Sep 17 00:00:00 2001 From: Jack Brown Date: Wed, 18 Mar 2026 09:18:21 -0700 Subject: [PATCH] bump versions --- packages/runtimeuse-client-python/pyproject.toml | 2 +- packages/runtimeuse/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/runtimeuse-client-python/pyproject.toml b/packages/runtimeuse-client-python/pyproject.toml index 3ca787a..33d2261 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.6.0" +version = "0.7.0" 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 3c90a85..fd0c14e 100644 --- a/packages/runtimeuse/package.json +++ b/packages/runtimeuse/package.json @@ -1,6 +1,6 @@ { "name": "runtimeuse", - "version": "0.6.0", + "version": "0.7.0", "description": "AI agent runtime with WebSocket protocol, artifact handling, and secret management", "license": "FSL", "type": "module", @@ -53,4 +53,4 @@ "typescript": "^5.7.0", "vitest": "^4.0.18" } -} \ No newline at end of file +}