From d90f9cca30c5daf28a606bce694e9481cc3d842f Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Thu, 16 Apr 2026 08:22:08 -0700 Subject: [PATCH] chore: bump version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cc60b9..19e2649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.3.6" +version = "0.4.0" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }