We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40078ba commit 3db06d4Copy full SHA for 3db06d4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "bibleit"
3
-version = "0.0.18"
+version = "0.0.19"
4
authors = [
5
{ name="Felipe Mamud", email="trovatti@gmail.com" },
6
]
src/bibleit/config.py
@@ -6,7 +6,7 @@
7
# General
8
application = "bibleit"
9
10
help = 'Type "help" for more information.'
11
welcome = f"""
12
Welcome to {application} v{version}
0 commit comments