We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd50b90 commit dcbaac1Copy full SHA for dcbaac1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.88
+current_version = 0.0.89
3
commit = True
4
tag = True
5
llamabot/version.py
@@ -1,2 +1,2 @@
"""Version information for llamabot."""
-version = "0.0.88"
+version = "0.0.89"
pyproject.toml
@@ -62,7 +62,7 @@ namespaces = false
62
63
[project]
64
name = "llamabot"
65
66
dependencies = [
67
"openai",
68
"langchain>=0.0.334",
0 commit comments