Skip to content

Commit f4fbfe8

Browse files
author
github-actions
committed
Bump version: 0.0.73 → 0.0.74
1 parent 8c4db16 commit f4fbfe8

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.73
2+
current_version = 0.0.74
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.73"
2+
version = "0.0.74"

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

0 commit comments

Comments
 (0)