Skip to content

Commit 862b06f

Browse files
Fix unknown import openalex (#21)
1 parent 32f99b5 commit 862b06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyalex/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import requests
66

77
try:
8-
from openalex._version import __version__
8+
from pyalex._version import __version__
99
except ImportError:
1010
__version__ = "0.0.0"
1111

0 commit comments

Comments
 (0)