From 97ac83007c753acfb7a3be9003727917845a641e Mon Sep 17 00:00:00 2001 From: Casper Timmers Date: Thu, 25 Oct 2018 13:53:52 +0200 Subject: [PATCH] Update version number --- mollie/api/client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mollie/api/client.py b/mollie/api/client.py index 45d49924..adc9cf53 100644 --- a/mollie/api/client.py +++ b/mollie/api/client.py @@ -27,7 +27,7 @@ class Client(object): - CLIENT_VERSION = '2.0.2' + CLIENT_VERSION = '2.0.3' API_ENDPOINT = 'https://api.mollie.com' API_VERSION = 'v2' UNAME = ' '.join(platform.uname()) diff --git a/setup.py b/setup.py index 08e359d8..38ef4e7f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mollie-api-python', - version='2.0.2', + version='2.0.3', license='BSD', packages=find_packages(), include_package_data=True,