Skip to content

Commit

Permalink
Update version number to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
capsert committed Nov 12, 2018
1 parent 9b412c7 commit 137e519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mollie/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 137e519

Please sign in to comment.