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 c01ebba commit 27b6e1bCopy full SHA for 27b6e1b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.13
+current_version = 0.9.14
3
commit = True
4
tag = True
5
llamabot/version.py
@@ -1,3 +1,3 @@
"""Version information for llamabot."""
-version = "0.9.13"
+version = "0.9.14"
pyproject.toml
@@ -63,7 +63,7 @@ namespaces = false
63
64
[project]
65
name = "llamabot"
66
67
# Runtime dependencies below
68
dependencies = [
69
"openai",
0 commit comments