Skip to content

Commit 6f6f64a

Browse files
committed
version 0.0.18
1 parent cc06b4c commit 6f6f64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bibleit"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
authors = [
55
{ name="Felipe Mamud", email="trovatti@gmail.com" },
66
]

src/bibleit/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# General
88
application = "bibleit"
9-
version = "0.0.17"
9+
version = "0.0.18"
1010
help = 'Type "help" for more information.'
1111
welcome = f"""
1212
Welcome to {application} v{version}

0 commit comments

Comments
 (0)