From f590da389e96cfea6980d340ee524622677dc0c3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 18 Nov 2024 16:53:55 -0800 Subject: [PATCH] Release 0.8 Refs #13, #14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c880de..3f17390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-mistral" -version = "0.7" +version = "0.8" description = "LLM plugin providing access to Mistral models busing the Mistral API" readme = "README.md" authors = [{name = "Simon Willison"}]