Skip to content

Commit 504f836

Browse files
author
github-actions
committed
Bump version: 0.1.2 → 0.2.0
1 parent 4ea160a commit 504f836

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.1.2
2+
current_version = 0.2.0
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.1.2"
2+
version = "0.2.0"

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

0 commit comments

Comments
 (0)