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