From 1823b903d77a6b10280bfe8029f5fd2768f32c0e Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Fri, 30 Jun 2023 20:15:56 -0400 Subject: [PATCH] v0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc3d7ee4..f3359f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anthropic" -version = "0.3.1" +version = "0.3.2" description = "Client library for the anthropic API" readme = "README.md" authors = ["Anthropic "]