File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.16.1
2+ current_version = 0.16.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ All models supported by [LiteLLM](https://github.com/BerriAI/litellm) are suppor
1010To install LlamaBot:
1111
1212``` python
13- pip install llamabot== 0.16 .1
13+ pip install llamabot== 0.16 .2
1414```
1515
1616This will give you the minimum set of dependencies for running LlamaBot.
Original file line number Diff line number Diff line change 11"""Version information for llamabot."""
22
3- version = "0.16.1 "
3+ version = "0.16.2 "
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ artifacts = [
6969
7070[project ]
7171name = " llamabot"
72- version = " 0.16.1 "
72+ version = " 0.16.2 "
7373# Runtime dependencies below
7474dependencies = [
7575 " openai" ,
You can’t perform that action at this time.
0 commit comments