Sync contents

This commit is contained in:
Daniel Xu 2025-10-01 18:17:16 +00:00
parent d472beffae
commit 9ba155a34d
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ {
"last_synced_sha": "30bebc85480f4da161a949c51bca8c364bccba2f", "last_synced_sha": "b099cce3c688f59468230f58027c38c2a81bcc13",
"last_sync_time": "2025-10-01T17:54:09.671156" "last_sync_time": "2025-10-01T18:17:16.846167"
} }

View file

@ -1,6 +1,6 @@
<h1 align="center">Tinker Python SDK</h1> <h1 align="center">Tinker Python SDK</h1>
<div align="center"> <div align="center">
<img src="docs/images/logo.svg" width="60%" /> <img src="https://github.com/thinking-machines-lab/tinker/blob/829c151ba7c6740a84db02e41f03825084c37fed/docs/images/logo.png" width="60%" />
Documentation: Documentation:
<a href="http://tinker-docs.thinkingmachines.ai/">tinker-docs.thinkingmachines.ai</a> <a href="http://tinker-docs.thinkingmachines.ai/">tinker-docs.thinkingmachines.ai</a>

View file

@ -1,6 +1,6 @@
[project] [project]
name = "tinker" name = "tinker"
version = "0.1.3" version = "0.1.5"
description = "The official Python SDK for the tinker API" description = "The official Python SDK for the tinker API"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"