From d8140ae6bb21dfba0bcea8448047dc81703f374b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 20 Jun 2024 11:26:57 -0700 Subject: [PATCH] Release 0.4 Refs #7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5326dab..4b697e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-claude-3" -version = "0.3" +version = "0.4" description = "LLM access to Claude 3 by Anthropic" readme = "README.md" authors = [{name = "Simon Willison"}]