From 6e3eb87f7673b868f06ad68cf2b581ee9410e84f Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 9 Jan 2026 19:01:20 +0100 Subject: [PATCH] chore: update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e00544..2283b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "auditui" -version = "0.1.2" +version = "0.1.3" description = "An Audible TUI client" readme = "README.md" requires-python = ">=3.10,<3.13"