From ec5b3bddfdc90c8ca7c835309055f42b7bbd54c4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 19 Nov 2024 20:30:40 -0800 Subject: [PATCH] Release 0.10a0 Refs #29, https://github.com/simonw/llm/issues/610 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bfe84e..8e66a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-claude-3" -version = "0.9" +version = "0.10a0" description = "LLM access to Claude 3 by Anthropic" readme = "README.md" authors = [{name = "Simon Willison"}]