From 94456fdf8e8b8236a900b35a378adff6912463dd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 1 Nov 2024 11:48:36 -0700 Subject: [PATCH] Release 0.7 Refs #22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd52114..b433733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-claude-3" -version = "0.6" +version = "0.7" description = "LLM access to Claude 3 by Anthropic" readme = "README.md" authors = [{name = "Simon Willison"}]