From 0b5afa6755ee14b681ab72954730e43b3a4203c1 Mon Sep 17 00:00:00 2001 From: simonwt Date: Mon, 13 Apr 2026 18:26:24 +0100 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c6218a..66daa47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustcafeapiwrapper" -version = "0.1.0.9" +version = "0.1.0.10" description = "Wraps the Trust Cafe API" readme = "README.md" requires-python = ">=3.11"