From 3bb0e639bb5ce8b715e3ea1d3b434a3003b258c7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 20:36:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.21=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- llamabot/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 685b3cf8c..c1b3d603a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.21 +current_version = 0.10.0 commit = True tag = True diff --git a/README.md b/README.md index af15d93b9..bf8eaa64c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ All models supported by [LiteLLM](https://github.com/BerriAI/litellm) are suppor To install LlamaBot: ```python -pip install llamabot==0.9.21 +pip install llamabot==0.10.0 ``` ## Get access to LLMs diff --git a/llamabot/version.py b/llamabot/version.py index e8dc8c227..6cf824d1f 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.9.21" +version = "0.10.0" diff --git a/pyproject.toml b/pyproject.toml index 86448d669..6d853301f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ namespaces = false [project] name = "llamabot" -version = "0.9.21" +version = "0.10.0" # Runtime dependencies below dependencies = [ "openai",