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