From a20f97672193fb8ed19d623fa7928e561e290260 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 21 Aug 2015 20:30:46 +0200 Subject: [PATCH] 0.6.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8743755..432b67e 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.6.5', + version='0.6.6', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',