Skip to content

Commit d37eabe

Browse files
author
github-actions
committed
Bump version: 0.0.71 → 0.0.72
1 parent ef4b3e7 commit d37eabe

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.71
2+
current_version = 0.0.72
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.71"
2+
version = "0.0.72"

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.71"
65+
version = "0.0.72"
6666
dependencies = [
6767
"openai",
6868
"langchain",

0 commit comments

Comments
 (0)