diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1b3d603a..29c3c3f6b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = True diff --git a/README.md b/README.md index bf8eaa64c..83392a5e5 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.0 +pip install llamabot==0.10.1 ``` ## Get access to LLMs diff --git a/llamabot/version.py b/llamabot/version.py index 6cf824d1f..aeaa97fed 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.10.0" +version = "0.10.1" diff --git a/pyproject.toml b/pyproject.toml index 6d853301f..a0013fd3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ namespaces = false [project] name = "llamabot" -version = "0.10.0" +version = "0.10.1" # Runtime dependencies below dependencies = [ "openai",