Skip to content

Commit 4a86f77

Browse files
author
Max Wang
committed
update naming
1 parent dbf8e9e commit 4a86f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dataverse_sdk/odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .__version__ import __version__ as _SDK_VERSION
2121

2222

23-
_USER_AGENT = f"DataversePythonSDK/{_SDK_VERSION}"
23+
_USER_AGENT = f"DataverseSvcPythonClient:{_SDK_VERSION}"
2424
_GUID_RE = re.compile(r"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}")
2525

2626

0 commit comments

Comments
 (0)