From 2533a52df5cb0c95324373d06315cb1d24c79ec5 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 30 Jan 2015 18:50:50 +0100 Subject: [PATCH] version 0.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d430d5d..d8f388c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.5.4', + version='0.6.0', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',