diff --git a/mollie/api/client.py b/mollie/api/client.py index adc9cf53..09bb5b57 100644 --- a/mollie/api/client.py +++ b/mollie/api/client.py @@ -27,7 +27,7 @@ class Client(object): - CLIENT_VERSION = '2.0.3' + CLIENT_VERSION = '2.0.4' API_ENDPOINT = 'https://api.mollie.com' API_VERSION = 'v2' UNAME = ' '.join(platform.uname()) diff --git a/setup.py b/setup.py index b83e582f..216c46a7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def get_long_description(): setup( name='mollie-api-python', - version='2.0.3', + version='2.0.4', license='BSD', long_description=get_long_description(), long_description_content_type='text/markdown',