Skip to content

Commit

Permalink
Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs-Riezebeek committed Oct 20, 2015
1 parent 26ecccf commit 09195e5
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.2'
CLIENT_VERSION = '1.0.3'
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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name = 'mollie-api-python',
version = '1.0.2',
version = '1.0.3',
license = 'BSD',
packages = find_packages(),
include_package_data = True,
Expand Down

0 comments on commit 09195e5

Please sign in to comment.