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"}]