Skip to content

Commit

Permalink
Bump client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hendrikx committed Dec 2, 2019
1 parent 5d3dc9f commit 92b4a75
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 @@ -10,7 +10,7 @@


class Client(object):
CLIENT_VERSION = '1.2.1'
CLIENT_VERSION = '1.4.5'
API_ENDPOINT = 'https://api.mollie.nl'
API_VERSION = 'v1'
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 @@ -2,7 +2,7 @@

setup(
name='mollie-api-python',
version='1.4.4',
version='1.4.5',
license='BSD',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 92b4a75

Please sign in to comment.