From 461ec70f566b0b993a94966ea73aa80a03eb5d60 Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Mon, 25 Nov 2024 12:35:11 +0000 Subject: [PATCH] Bump version to 1.0.4 (#401) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5c7876..975f7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "replicate" -version = "1.0.3" +version = "1.0.4" description = "Python client for Replicate" readme = "README.md" license = { file = "LICENSE" }