From 8c9e1eb29b8a009187930eb683019bb102f838d1 Mon Sep 17 00:00:00 2001 From: "riccardo.belluzzo" Date: Tue, 5 Mar 2024 15:11:17 +0100 Subject: [PATCH] Updating mkdocs.yml and pyproject.toml with new version release --- mkdocs.yml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f24845c..5c940c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,4 +16,5 @@ nav: - Azure Mistral: api/models/azure_mistral_model.md - Azure OpenAI GPT: api/models/azure_openai_model.md - VertexAI PaLM2: api/models/vertexai_palm_model.md - - VertexAI Gemini: api/models/vertexai_gemini_model.md \ No newline at end of file + - VertexAI Gemini: api/models/vertexai_gemini_model.md + - VertexAI Gemma: api/models/vertexai_gemma.md \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c09e003..01c9565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "allms" -version = "1.0.0" +version = "1.0.1" description = "" authors = ["Allegro Opensource "] readme = "README.md"