From 558cf9b788c1dbf29d047c241d8ff2da4aca705d Mon Sep 17 00:00:00 2001 From: Zain Hasan Date: Wed, 22 Oct 2025 22:01:58 -0700 Subject: [PATCH] upversion for bug fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b34061..86ce42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.28" +version = "1.5.29" authors = ["Together AI "] description = "Python client for Together's Cloud Platform!" readme = "README.md"