File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 1.13.0
1
+ 1.13.1
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class ApiClient:
59
59
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
60
60
61
61
# Default header values
62
- USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.0 '
62
+ USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.1 '
63
63
GEOLOCATION_ZERO = '0 0 0 0 NL'
64
64
LANGUAGE_EN_US = 'en_US'
65
65
REGION_NL_NL = 'nl_NL'
Original file line number Diff line number Diff line change 25
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
26
# the version across setup.py and the project code, see
27
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version = '1.13.0 ' ,
28
+ version = '1.13.1 ' ,
29
29
30
30
description = 'bunq Python SDK' ,
31
31
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments