From 9ba155a34d2eaa5ad8d39b3f50a7769fd173da4e Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Wed, 1 Oct 2025 18:17:16 +0000 Subject: [PATCH] Sync contents --- .sync_state | 4 ++-- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.sync_state b/.sync_state index 8884a67..159facd 100644 --- a/.sync_state +++ b/.sync_state @@ -1,4 +1,4 @@ { - "last_synced_sha": "30bebc85480f4da161a949c51bca8c364bccba2f", - "last_sync_time": "2025-10-01T17:54:09.671156" + "last_synced_sha": "b099cce3c688f59468230f58027c38c2a81bcc13", + "last_sync_time": "2025-10-01T18:17:16.846167" } \ No newline at end of file diff --git a/README.md b/README.md index 78534bc..6076e51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Tinker Python SDK

- + Documentation: tinker-docs.thinkingmachines.ai diff --git a/pyproject.toml b/pyproject.toml index 417d238..c8d71c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tinker" -version = "0.1.3" +version = "0.1.5" description = "The official Python SDK for the tinker API" readme = "README.md" license = "Apache-2.0"