Skip to content

Commit dcbaac1

Browse files
author
github-actions
committed
Bump version: 0.0.88 → 0.0.89
1 parent bd50b90 commit dcbaac1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.88
2+
current_version = 0.0.89
33
commit = True
44
tag = True
55

llamabot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version information for llamabot."""
2-
version = "0.0.88"
2+
version = "0.0.89"

pyproject.toml

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

6363
[project]
6464
name = "llamabot"
65-
version = "0.0.88"
65+
version = "0.0.89"
6666
dependencies = [
6767
"openai",
6868
"langchain>=0.0.334",

0 commit comments

Comments
 (0)