Skip to content

Commit f5e3d26

Browse files
committed
version upgrade to 1.0.2
1 parent 1dafe04 commit f5e3d26

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="1.0.1",
6+
version="1.0.2",
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"[email protected].1"
12+
"X-UNIT-SDK": f"[email protected].2"
1313
}
1414

1515
def set_api_url(self, api_url):

0 commit comments

Comments
 (0)