Skip to content

Commit 554cda2

Browse files
author
github-actions
committed
Bump version: 0.12.11 → 0.13.0
1 parent 6d8843c commit 554cda2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.11
2+
current_version = 0.13.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All models supported by [LiteLLM](https://github.com/BerriAI/litellm) are suppor
1010
To install LlamaBot:
1111

1212
```python
13-
pip install llamabot==0.12.11
13+
pip install llamabot==0.13.0
1414
```
1515

1616
This will give you the minimum set of dependencies for running LlamaBot.

llamabot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for llamabot."""
22

3-
version = "0.12.11"
3+
version = "0.13.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespaces = false
5959

6060
[project]
6161
name = "llamabot"
62-
version = "0.12.11"
62+
version = "0.13.0"
6363
# Runtime dependencies below
6464
dependencies = [
6565
"openai",

0 commit comments

Comments
 (0)