From 3b47dd7d6554a4da277aa949851aaca4d9236773 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Tue, 26 Nov 2024 10:25:33 +0100 Subject: [PATCH] Release 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c98860b..1d7dfa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-venice" -version = "0.0.1" +version = "0.1.0" description = "LLM plugin to access models available via the Venice API" readme = "README.md" authors = [{name = "Arjan Mossel"}]