We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535d1ff commit 2c599d6Copy full SHA for 2c599d6
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "bibleit"
3
-version = "0.0.21"
+version = "0.0.22"
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