From fdabe208a5216b725cacbd44fcc8bbf85c333c81 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Dec 2024 13:56:08 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.5=20=E2=86=92=200.10.6?= 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 5a1422a7..64b42b4f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.5 +current_version = 0.10.6 commit = True tag = True diff --git a/README.md b/README.md index 12c579b2..e5e2b0cc 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.10.5 +pip install llamabot==0.10.6 ``` ## Get access to LLMs diff --git a/llamabot/version.py b/llamabot/version.py index 23d5b25d..14449b31 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.10.5" +version = "0.10.6" diff --git a/pyproject.toml b/pyproject.toml index d5e49c38..a35d2105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ namespaces = false [project] name = "llamabot" -version = "0.10.5" +version = "0.10.6" # Runtime dependencies below dependencies = [ "openai",