Skip to content

Commit 430f474

Browse files
committed
bump up version to 0.11.0
1 parent 4cc43a1 commit 430f474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

bunq/sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ApiClient(object):
3131
HEADER_AUTHENTICATION = 'X-Bunq-Client-Authentication'
3232

3333
# Default header values
34-
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.10.0'
34+
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.11.0'
3535
_GEOLOCATION_ZERO = '0 0 0 0 NL'
3636
_LANGUAGE_EN_US = 'en_US'
3737
_REGION_NL_NL = 'nl_NL'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version='0.10.0',
27+
version='0.11.0',
2828

2929
description='bunq Python SDK',
3030
long_description=long_description,

0 commit comments

Comments
 (0)