From 1f9687be14d17a9636412e5a1e873327e32189af Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 17 Apr 2026 15:32:33 +0000 Subject: [PATCH] [CI Pipeline] Released Patch version: 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aff10d..e3a3bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ttd-databricks" -version = "0.2.0" +version = "0.2.1" description = "Client implementation and helper functions for integrating with the TTD Databricks services." readme = "README.md" requires-python = ">=3.10"