File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ApiClient(object):
49
49
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
50
50
51
51
# Default header values
52
- _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2 '
52
+ _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16 '
53
53
_GEOLOCATION_ZERO = '0 0 0 0 NL'
54
54
_LANGUAGE_EN_US = 'en_US'
55
55
_REGION_NL_NL = 'nl_NL'
Original file line number Diff line number Diff line change 24
24
# Versions should comply with PEP440. For a discussion on single-sourcing
25
25
# the version across setup.py and the project code, see
26
26
# https://packaging.python.org/en/latest/single_source_version.html
27
- version = '1.10.2 ' ,
27
+ version = '1.10.16 ' ,
28
28
29
29
description = 'bunq Python SDK' ,
30
30
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments