From 3eca1e55f415f5448454d505f1410243d0ad4e01 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Dec 2024 18:49:55 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.1=20=E2=86=92=200.10.2?= 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 29c3c3f6..5abe6dca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.10.2 commit = True tag = True diff --git a/README.md b/README.md index 83392a5e..60be2c45 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.1 +pip install llamabot==0.10.2 ``` ## Get access to LLMs diff --git a/llamabot/version.py b/llamabot/version.py index aeaa97fe..aff05a5c 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.10.1" +version = "0.10.2" diff --git a/pyproject.toml b/pyproject.toml index a0013fd3..89b74486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ namespaces = false [project] name = "llamabot" -version = "0.10.1" +version = "0.10.2" # Runtime dependencies below dependencies = [ "openai",