From da6e0a7534d5a0f8a652c5652479ec7a7db98fb5 Mon Sep 17 00:00:00 2001 From: Atsushi Morimoto <74th.tech@gmail.com> Date: Sun, 10 May 2026 17:04:35 +0900 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90638f2..b6d4e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "websocket-control-stackchan-server" -version = "0.1.0" +version = "0.2.0" description = "A WebSocket control interface for StackChan AI agent" readme = "README.md" requires-python = ">=3.13"