From f596082f5fddd2c1b9286adb09edeb13893303de Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 28 Oct 2024 16:05:01 -0700 Subject: [PATCH] Release 0.3a0 Refs https://github.com/simonw/llm/issues/587 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37e43ef..fd958f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-gemini" -version = "0.2" +version = "0.3a0" description = "LLM plugin to access Google's Gemini family of models" readme = "README.md" authors = [{name = "Simon Willison"}] @@ -9,7 +9,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "llm", + "llm>=0.17a0", "httpx", "ijson" ]