Skip to content

Commit

Permalink
version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
MollieRick committed Dec 6, 2018
1 parent 0c0e6d5 commit 25e473d
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.4'
CLIENT_VERSION = '2.0.6'
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.5',
version='2.0.6',
license='BSD',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 25e473d

Please sign in to comment.