From 794e329938c64f5423fc1fd4b0341568a25e65d5 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Sun, 17 May 2026 11:38:53 -0700 Subject: [PATCH] chore: bump version to 0.6.0 Hidden-state redesign: filter-at-read visibility helper, operation layer, stale-key pruning, UI dim styling (Phases 0+1+2+4+5). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b647db..92a19ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.5.0" +version = "0.6.0" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }