Skip to content

Commit 1cb85b1

Browse files
authored
version 0.9 (#91)
1 parent c044b79 commit 1cb85b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Nathan Patton"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.8"
26+
release = "0.9"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pythonbible/__init__.py

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

1010
from __future__ import annotations
1111

12-
__version__ = "0.8"
12+
__version__ = "0.9"
1313

1414
from .bible.bible import Bible
1515
from .book_groups import BOOK_GROUPS

0 commit comments

Comments
 (0)