From 3894a585c505e8a20d573195f0109bfc79f168ea Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Tue, 14 Apr 2026 11:10:18 -0700 Subject: [PATCH] chore: release v0.3.6 -- browser context menu fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e35545..5cc60b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.3.5" +version = "0.3.6" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }