From ca43ea8858de4e36413a8b9631f8796ae944a7e4 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 19 Jan 2026 14:41:09 +0100 Subject: [PATCH] chore: bump version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2283b3a..09a8b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "auditui" -version = "0.1.3" +version = "0.1.4" description = "An Audible TUI client" readme = "README.md" requires-python = ">=3.10,<3.13"