Skip to content

Commit 2423cb3

Browse files
fix response format version
1 parent 4404847 commit 2423cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appwrite/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self):
99
self._global_headers = {
1010
'content-type': '',
1111
'x-sdk-version': 'appwrite:python:0.5.1',
12-
'X-Appwrite-Response-Format' : '0.10.0',
12+
'X-Appwrite-Response-Format' : '0.11.0',
1313
}
1414

1515
def set_self_signed(self, status=True):

0 commit comments

Comments
 (0)