Skip to content

Commit

Permalink
prepares release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Nov 26, 2022
1 parent 7524036 commit 47f565f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skg/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.21"
__version__ = "0.0.23"
2 changes: 1 addition & 1 deletion skg/skgbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def createItemLink(self,item,term:str,index:int)->str:
style=""
text=term
delim=""
link=Link.create(item.scholia_url(),text,tooltip=item.label,target="_blank",style=style)
link=Link.create(item.browser_url(),text,tooltip=item.label,target="_blank",style=style)
if item.concept.name=="Scholar":
if hasattr(item,"orcid"):
orcid=ORCID(item.orcid)
Expand Down

0 comments on commit 47f565f

Please sign in to comment.