diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfd63a51..ab879b86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.19 +current_version = 0.9.20 commit = True tag = True diff --git a/README.md b/README.md index ea992b2d..e3778512 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.19 +pip install llamabot==0.9.20 ``` ## Get access to LLMs diff --git a/llamabot/version.py b/llamabot/version.py index c3de3f88..ffd7579f 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.9.19" +version = "0.9.20" diff --git a/pyproject.toml b/pyproject.toml index f17311ca..72e6b52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ namespaces = false [project] name = "llamabot" -version = "0.9.19" +version = "0.9.20" # Runtime dependencies below dependencies = [ "openai",