Skip to content

Commit 27b6e1b

Browse files
author
github-actions
committed
Bump version: 0.9.13 → 0.9.14
1 parent c01ebba commit 27b6e1b

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.9.13
2+
current_version = 0.9.14
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,3 +1,3 @@
11
"""Version information for llamabot."""
22

3-
version = "0.9.13"
3+
version = "0.9.14"

pyproject.toml

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

6464
[project]
6565
name = "llamabot"
66-
version = "0.9.13"
66+
version = "0.9.14"
6767
# Runtime dependencies below
6868
dependencies = [
6969
"openai",

0 commit comments

Comments
 (0)