Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushikphy committed May 23, 2023
1 parent 77c8325 commit 8db1bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kbib/parseRefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def writeBib(bibs, out):

def CommandsGiven(args):
# check if any commands are given
for elem in ['bib','ref','pdf','ren']:
for elem in ['bib','ref','pdf','ren','dup']:
if getattr(args,elem):
return True
return False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
txt = f.read()

setup(name='kbib',
version='0.1.6',
version='0.1.7',
description='A command line tool to get bibtex information from DOIs and PDFs',
long_description=txt,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8db1bc0

Please sign in to comment.