Skip to content

Commit b3134e1

Browse files
committed
bump version
1 parent eff66f7 commit b3134e1

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.13.1"
26+
release = "0.14.0"
2727

2828

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

pythonbible/__init__.py

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

99
from __future__ import annotations
1010

11-
__version__ = "0.13.1"
11+
__version__ = "0.14.0"
1212

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

0 commit comments

Comments
 (0)