Skip to content

Commit d95f5d0

Browse files
author
Max Wang
committed
fix after merge main
1 parent ee05393 commit d95f5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dataverse_sdk/data/odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ..core.errors import *
1818
from ..core import error_codes as ec
1919

20-
from .__version__ import __version__ as _SDK_VERSION
20+
from ..__version__ import __version__ as _SDK_VERSION
2121

2222

2323
_USER_AGENT = f"DataverseSvcPythonClient:{_SDK_VERSION}"

0 commit comments

Comments
 (0)