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