Skip to content

Commit 7123fc3

Browse files
committedJan 29, 2025
chore: bump versions
1 parent dd80f67 commit 7123fc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎appwrite/client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def __init__(self):
1313
self._endpoint = 'https://cloud.appwrite.io/v1'
1414
self._global_headers = {
1515
'content-type': '',
16-
'user-agent' : 'AppwritePythonSDK/7.1.1 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
16+
'user-agent' : 'AppwritePythonSDK/8.0.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
1717
'x-sdk-name': 'Python',
1818
'x-sdk-platform': 'server',
1919
'x-sdk-language': 'python',
20-
'x-sdk-version': '7.1.1',
20+
'x-sdk-version': '8.0.0',
2121
'X-Appwrite-Response-Format' : '1.6.0',
2222
}
2323

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'appwrite/encoders',
1414
'appwrite/enums',
1515
],
16-
version = '7.1.1',
16+
version = '8.0.0',
1717
license='BSD-3-Clause',
1818
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',
1919
long_description = long_description,
@@ -23,7 +23,7 @@
2323
maintainer = 'Appwrite Team',
2424
maintainer_email = 'team@appwrite.io',
2525
url = 'https://appwrite.io/support',
26-
download_url='https://github.com/appwrite/sdk-for-python/archive/7.1.1.tar.gz',
26+
download_url='https://github.com/appwrite/sdk-for-python/archive/8.0.0.tar.gz',
2727
install_requires=[
2828
'requests',
2929
],

0 commit comments

Comments
 (0)
Please sign in to comment.