From 6c6fa383b5c4ea2a8c7b21d171aa5775e9db313b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 31 Jan 2025 10:27:12 -0800 Subject: [PATCH] Release 0.12 Refs #3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4227c63..261a6e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-anthropic" -version = "0.11" +version = "0.12" description = "LLM access to models by Anthropic, including the Claude series" readme = "README.md" authors = [{name = "Simon Willison"}]