From 751d7a6a9e8f5d5f688a66e414356643c2833339 Mon Sep 17 00:00:00 2001 From: orangetin <126978607+orangetin@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:55:37 -0700 Subject: [PATCH] bump version to 1.5.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea29d8cb..b0d42ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.3" +version = "1.5.4" authors = ["Together AI "] description = "Python client for Together's Cloud Platform!" readme = "README.md"