Updated Python SDK version

This commit is contained in:
Eldad Fux
2020-07-26 10:17:03 +03:00
parent 9f6080ae7b
commit bcfbdd65cb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Client:
self._endpoint = 'https://appwrite.io/v1'
self._global_headers = {
'content-type': '',
'x-sdk-version': 'appwrite:python:0.0.5',
'x-sdk-version': 'appwrite:python:0.0.6',
}
def set_self_signed(self, status=True):