From cd03c1578288e7ef20380034e2263f7583b4f0cf Mon Sep 17 00:00:00 2001 From: Georg Grab Date: Wed, 8 Jul 2026 14:52:10 +0200 Subject: [PATCH] chore: release 0.3.3 Bump version 0.3.2 -> 0.3.3. The 0.3.2 number is already published on PyPI (from the release/0.3.2 side-branch, cut off an old main point that predates the SageMaker invocation_timeout_s passthrough #333), so main's 0.3.2 could never be published. 0.3.3 is the next free version and carries #333 and everything since. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bda97f..ab2a3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tabpfn-client" -version = "0.3.2" +version = "0.3.3" requires-python = ">=3.10" description = "API access for TabPFN: Foundation model for tabular data"