Skip to content

Commit c20694b

Browse files
committed
bump up version to 0.10.0
1 parent d99b44e commit c20694b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

VERSION

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

bunq/sdk/client.py

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

3737
# Default header values
38-
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.9.1'
38+
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.10.0'
3939
_GEOLOCATION_ZERO = '0 0 0 0 NL'
4040
_LANGUAGE_EN_US = 'en_US'
4141
_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.9.1',
27+
version='0.10.0',
2828

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

tests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# bunq Python SDK
2-
Version 0.9.0 **BETA**
32

43
## Introduction
54
Hi developers!

0 commit comments

Comments
 (0)