From f565ee9dc98246fa1e973bf09f3839da350ea77a Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 09:37:52 +0100 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3d5763..6ad31d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "auditui" -version = "0.1.0" +version = "0.1.1" description = "An Audible TUI client" readme = "README.md" requires-python = ">=3.10,<3.13"