From d8f3a47eaf6263e4d77a6f8d7b148206aa1fc7b6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 3 Jun 2015 16:47:01 +0200 Subject: [PATCH] cleanup and release 0.6.5 --- setup.py | 2 +- trezorctl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 437e9d6..8743755 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.6.4', + version='0.6.5', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet', diff --git a/trezorctl b/trezorctl index 995752f..55b389e 100755 --- a/trezorctl +++ b/trezorctl @@ -8,8 +8,6 @@ import urllib import tempfile from trezorlib.client import TrezorClient, TrezorClientDebug -from trezorlib.tx_api import TXAPIBitcoin -from trezorlib.protobuf_json import pb2json def parse_args(commands): parser = argparse.ArgumentParser(description='Commandline tool for Trezor devices.')