From b62d0db03c53ef13876d9185ff3ce3591e9a0c4d Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Fri, 30 Jun 2023 20:19:23 -0400 Subject: [PATCH] v0.3.2 (#52) --- 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 "]