Skip to content

Commit 1738166

Browse files
upgrade-version-1.0.0 Upgrade versio of sdk (#286)
Co-authored-by: Ilya Merman <[email protected]>
1 parent 817fe17 commit 1738166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='unit-python-sdk',
55
packages=['unit', 'unit.api', 'unit.models', 'unit.utils'],
6-
version="0.32.0",
6+
version="1.0.0",
77
license='Mozilla Public License 2.0',
88
description='This library provides a python wrapper to http://unit.co API. See https://docs.unit.co/',
99
author='unit.co',

unit/utils/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_headers(self):
99
return {
1010
"content-type": "application/vnd.api+json",
1111
"authorization": f"Bearer {self.token}",
12-
"X-UNIT-SDK": f"unit-python-sdk@v0.32.0"
12+
"X-UNIT-SDK": f"unit-python-sdk@v1.0.0"
1313
}
1414

1515
def set_api_url(self, api_url):

0 commit comments

Comments
 (0)