From d364829677241ac5ad016d39c20f675736ec8cd1 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Sun, 17 May 2026 16:10:03 -0700 Subject: [PATCH] chore: bump version to 0.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c462b2f..7e9d12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.6.2" +version = "0.6.3" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }