From 153c4feada8e8db14db9b9ff51b721c3faa2d56c Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Sun, 29 Oct 2023 04:31:08 -0700 Subject: [PATCH] 0.15.5 Signed-off-by: Mattt Zmuda --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d06eb352..7341cb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "replicate" -version = "0.15.4" +version = "0.15.5" description = "Python client for Replicate" readme = "README.md" license = { file = "LICENSE" }