Skip to content

Commit

Permalink
Fix unknown import openalex (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterLombaers authored Jun 8, 2023
1 parent 32f99b5 commit 862b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyalex/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import requests

try:
from openalex._version import __version__
from pyalex._version import __version__
except ImportError:
__version__ = "0.0.0"

Expand Down

0 comments on commit 862b06f

Please sign in to comment.