From 3f830b43820daf13e3b321ae0213b4e50abcb4e6 Mon Sep 17 00:00:00 2001 From: Sean Doran Date: Sat, 7 Mar 2026 23:22:53 -0500 Subject: [PATCH] chore: bump version to 2.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a299908..ea59e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnup" -version = "2.2.0" +version = "2.2.1" description = "USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux" readme = "README.md" license = { text = "MIT" }