Skip to content

Commit

Permalink
Merge pull request #96 from appwrite/dev
Browse files Browse the repository at this point in the history
chore: patch version
  • Loading branch information
christyjacob4 authored Nov 20, 2024
2 parents e6fed87 + 0543fe9 commit ea1995b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appwrite/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ def __init__(self):
self._endpoint = 'https://cloud.appwrite.io/v1'
self._global_headers = {
'content-type': '',
'user-agent' : 'AppwritePythonSDK/7.0.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
'user-agent' : 'AppwritePythonSDK/7.0.1 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
'x-sdk-name': 'Python',
'x-sdk-platform': 'server',
'x-sdk-language': 'python',
'x-sdk-version': '7.0.0',
'x-sdk-version': '7.0.1',
'X-Appwrite-Response-Format' : '1.6.0',
}

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'appwrite/encoders',
'appwrite/enums',
],
version = '7.0.0',
version = '7.0.1',
license='BSD-3-Clause',
description = 'Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API',
long_description = long_description,
Expand All @@ -23,7 +23,7 @@
maintainer = 'Appwrite Team',
maintainer_email = '[email protected]',
url = 'https://appwrite.io/support',
download_url='https://github.com/appwrite/sdk-for-python/archive/7.0.0.tar.gz',
download_url='https://github.com/appwrite/sdk-for-python/archive/7.0.1.tar.gz',
install_requires=[
'requests',
],
Expand Down

0 comments on commit ea1995b

Please sign in to comment.