From 7ed244c2a128fbd6ecb2dbbc06f11b48dc6709d8 Mon Sep 17 00:00:00 2001 From: Willian Mews Date: Mon, 28 Jan 2019 15:12:22 -0800 Subject: [PATCH] Update __init__.py --- hyperwallet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperwallet/__init__.py b/hyperwallet/__init__.py index 99cea35..838fc32 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.2.1' +__version__ = '1.3.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'