From e533fc4e9571b36e0609ba13abdd01ca877675a4 Mon Sep 17 00:00:00 2001 From: orangetin <126978607+orangetin@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:29:52 -0700 Subject: [PATCH] bump version to 1.5.23 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a200487..5054e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.22" +version = "1.5.23" authors = ["Together AI "] description = "Python client for Together's Cloud Platform!" readme = "README.md"