From 6705ed5d2f436bf0fe5c8f0b2b99aeb463afcc8e Mon Sep 17 00:00:00 2001 From: keepkeyjon Date: Thu, 24 Jan 2019 16:08:56 -0700 Subject: [PATCH] Bump version: 6.0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 20c733c5..50a76f6c 100755 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ setup( name='keepkey', - version='6.0.1', - author='Bitcoin TREZOR and KeepKey', + version='6.0.2', + author='TREZOR and KeepKey', author_email='support@keepkey.com', description='Python library for communicating with KeepKey Hardware Wallet', url='https://github.com/keepkey/python-keepkey',