From 775ea0ae5907e03cf9412725ea79133a16da0857 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 20 Nov 2024 15:15:36 -0800 Subject: [PATCH] Release 0.9a0 Refs #15, 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 20605cb..4532109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-mistral" -version = "0.8" +version = "0.9a0" description = "LLM plugin providing access to Mistral models busing the Mistral API" readme = "README.md" authors = [{name = "Simon Willison"}]