Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erykjj committed Feb 15, 2023
1 parent 4196b06 commit 36f65fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions linkture.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,7 @@ def process_verses(chunk, book, multi):

def r(match):
scripture = match.group(1).strip('}{')
_, bk_name, tr_name, bk_num, rest, last = scripture.split('|')
print(bk_name,tr_name)
_, _, tr_name, bk_num, rest, last = scripture.split('|')
bk_num = int(bk_num)
last = int(last)
if rest == '': # whole book
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setuptools.setup(

name="linkture",
version="2.0.1",
version="2.0.2",
author="Eryk J.",
url="https://github.com/erykjj/linkture",

Expand Down

0 comments on commit 36f65fc

Please sign in to comment.