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",