From d5f5e274ef679c1483d51f61e197fd0cc4ddfef4 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Wed, 25 Sep 2024 11:37:52 -0700 Subject: [PATCH] 0.34.0 Signed-off-by: Mattt Zmuda --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82e90bdc..732fb4fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "replicate" -version = "0.33.0" +version = "0.34.0" description = "Python client for Replicate" readme = "README.md" license = { file = "LICENSE" }