From 9f021e71fea04b08e0251ff4370a364a2bec8347 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 28 Jan 2026 00:59:11 +0000 Subject: [PATCH] Bump version to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 914337c..1e1194d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.4.0" +version = "0.5.0" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT"