From fa0bed384d52573e6ad7c3396b498c98c857544c Mon Sep 17 00:00:00 2001 From: Zain Hasan Date: Mon, 20 Oct 2025 12:20:02 -0700 Subject: [PATCH] Bump version to 1.5.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be16f9b..e65a6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.26" +version = "1.5.27" authors = ["Together AI "] description = "Python client for Together's Cloud Platform!" readme = "README.md"