From 30730ace5660c80b40334bf5a279c7d2094ff4d5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 1 Dec 2024 16:13:40 -0800 Subject: [PATCH] Release 0.10 Refs #15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b11ebc9..f0f032a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-mistral" -version = "0.9a0" +version = "0.10" description = "LLM plugin providing access to Mistral models busing the Mistral API" readme = "README.md" authors = [{name = "Simon Willison"}]