From adcc254072530550cf0e9f6c4f497367b50e550c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 28 Oct 2024 18:30:19 -0700 Subject: [PATCH] Release 0.6a0 Refs #19, https://github.com/simonw/llm/issues/587 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83e0924..dbe05f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-claude-3" -version = "0.5" +version = "0.6a0" description = "LLM access to Claude 3 by Anthropic" readme = "README.md" authors = [{name = "Simon Willison"}]