From 86724d9486d431389c05009407e0c642947b9f80 Mon Sep 17 00:00:00 2001 From: nlathia Date: Mon, 16 Feb 2026 11:10:17 +0000 Subject: [PATCH] Release new version of python client --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6333220..9d4a9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gradient-labs" -version = "0.11.6" +version = "0.11.7" description = "Python bindings for the Gradient Labs API" readme = "README.md" requires-python = ">=3.9,<4.0"