From 3581824c75d55f66db0c857554ddf4ed0e8be396 Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Mon, 16 Oct 2017 15:52:53 -0600 Subject: [PATCH] bump to 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34aac9cb..132ff8de 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='keepkey', - version='0.8.0', + version='0.9.0', author='Bitcoin TREZOR and KeepKey', author_email='support@keepkey.com', description='Python library for communicating with KeepKey Hardware Wallet',