Skip to content

Commit 94876ad

Browse files
committed
Updated version number
1 parent a7b43b6 commit 94876ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appwrite/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self):
77
self._endpoint = 'https://appwrite.io/v1'
88
self._global_headers = {
99
'content-type': '',
10-
'x-sdk-version': 'appwrite:python:0.0.4',
10+
'x-sdk-version': 'appwrite:python:0.0.5',
1111
}
1212

1313
def set_self_signed(self, status=True):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
setuptools.setup(
44
name = 'appwrite',
55
packages = ['appwrite', 'appwrite/services'],
6-
version = '0.0.4',
6+
version = '0.0.5',
77
license='BSD-3-Clause',
88
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',
99
author = 'Appwrite Team',
1010
author_email = 'team@localhost.test',
1111
maintainer = 'Appwrite Team',
1212
maintainer_email = 'team@localhost.test',
1313
url = 'https://appwrite.io/support',
14-
download_url='https://github.com/appwrite/sdk-for-python/archive/0.0.4.tar.gz',
14+
download_url='https://github.com/appwrite/sdk-for-python/archive/0.0.5.tar.gz',
1515
# keywords = ['SOME', 'MEANINGFULL', 'KEYWORDS'],
1616
install_requires=[
1717
'requests',

0 commit comments

Comments
 (0)