From 05d42d275fc40b1a93c32f86bc44811e9efc9f35 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 28 Jan 2026 10:14:17 +0000 Subject: [PATCH] chore: bump version to 0.6.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75dac3e..325b6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.6.8" +version = "0.6.9" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT"