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