Skip to content

Commit 7ab1087

Browse files
committed
non-packaged-mode for version
1 parent ca8850d commit 7ab1087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uid2_client/request_response_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def auth_headers(auth_key):
1515
try:
1616
version = pkg_resources.get_distribution("uid2_client").version
1717
except Exception:
18-
version = "0"
18+
version = "non-packaged-mode"
1919

2020
return {'Authorization': 'Bearer ' + auth_key,
2121
"X-UID2-Client-Version": "uid2-client-python-" + version}

0 commit comments

Comments
 (0)