From c62bf247fa964ff350badf5424743ddca7601d4a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 1 Dec 2024 16:07:47 -0800 Subject: [PATCH] Release 0.10 Refs #29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e001690..eb1b091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-claude-3" -version = "0.10a0" +version = "0.10" description = "LLM access to Claude 3 by Anthropic" readme = "README.md" authors = [{name = "Simon Willison"}]