Skip to content

Commit

Permalink
Release 0.3a0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Oct 28, 2024
1 parent d9ae7d1 commit f596082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}]
Expand All @@ -9,7 +9,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"llm",
"llm>=0.17a0",
"httpx",
"ijson"
]
Expand Down

0 comments on commit f596082

Please sign in to comment.