Skip to content

Commit

Permalink
Merge branch 'release/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
lb803 committed Mar 18, 2022
2 parents fadfd57 + 800f5ff commit 5e75450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
beautifulsoup4==4.5.3
thothlibrary==0.8.0
thothlibrary==0.11.0
2 changes: 1 addition & 1 deletion src/thoth_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MATHJAX = os.getenv('MATHJAX', 'False')

def query_thoth(doi_url):
thoth = ThothClient(version="0.6.0")
thoth = ThothClient(version='0.8.0')
return thoth.query('workByDoi', {'doi': f'"{doi_url}"'})

def get_title(thoth_data):
Expand Down

0 comments on commit 5e75450

Please sign in to comment.