diff --git a/hyperwallet/__init__.py b/hyperwallet/__init__.py index 966eac0..acc53a0 100644 --- a/hyperwallet/__init__.py +++ b/hyperwallet/__init__.py @@ -6,7 +6,7 @@ __email__ = 'devsupport@hyperwallet.com' __copyright__ = 'Copyright (c) 2018 Hyperwallet' __license__ = 'MIT' -__version__ = '1.4.0' +__version__ = '1.5.0' __url__ = 'https://github.com/hyperwallet/python-sdk' __download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk' __description__ = 'A Python wrapper around the Hyperwallet API'