We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff66f7 commit b3134e1Copy full SHA for b3134e1
2 files changed
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Nathan Patton"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.13.1"
+release = "0.14.0"
27
28
29
# -- General configuration ---------------------------------------------------
pythonbible/__init__.py
@@ -8,7 +8,7 @@
8
9
from __future__ import annotations
10
11
-__version__ = "0.13.1"
+__version__ = "0.14.0"
12
13
from .bible.bible import Bible
14
from .book_groups import BOOK_GROUPS
0 commit comments