Skip to content

Commit

Permalink
Merge pull request #80 from mollie/rick/version-issue
Browse files Browse the repository at this point in the history
version bumping
  • Loading branch information
MollieRick authored Dec 6, 2018
2 parents 0c0e6d5 + 25e473d commit 666330e
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 666330e

Please sign in to comment.