Skip to content

Commit 59c0410

Browse files
authored
update-version-0.31.0 version change (#276)
1 parent ce38112 commit 59c0410

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.30.1",
6+
version="0.31.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.30.1"
12+
"X-UNIT-SDK": f"unit-python-sdk@v0.31.0"
1313
}
1414

1515
def set_api_url(self, api_url):

0 commit comments

Comments
 (0)