We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c044b79 commit 1cb85b1Copy full SHA for 1cb85b1
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.8"
+release = "0.9"
27
28
29
# -- General configuration ---------------------------------------------------
pythonbible/__init__.py
@@ -9,7 +9,7 @@
9
10
from __future__ import annotations
11
12
-__version__ = "0.8"
+__version__ = "0.9"
13
14
from .bible.bible import Bible
15
from .book_groups import BOOK_GROUPS
0 commit comments