Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed Nov 16, 2015
1 parent 4c74da4 commit c4bb20e
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 @@ -11,7 +11,7 @@


class Client:
CLIENT_VERSION = '1.0.3'
CLIENT_VERSION = '1.1.0'
HTTP_GET = 'GET'
HTTP_POST = 'POST'
HTTP_DELETE = 'DELETE'
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.0.3',
version='1.1.0',
license='BSD',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit c4bb20e

Please sign in to comment.