From c20ec05e4b44bbd36c7000742779aa0acacfe751 Mon Sep 17 00:00:00 2001 From: simonwt Date: Mon, 13 Apr 2026 17:44:27 +0100 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95e3b1d..9fb9206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustcafeapiwrapper" -version = "0.1.0.7" +version = "0.1.0.8" description = "Wraps the Trust Cafe API" readme = "README.md" requires-python = ">=3.13"