From 8189ec0e76fb1c748f352e48891688622ebcc6b8 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 27 Sep 2016 22:24:30 +0200 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4e791e..7d3f728 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.7.0', + version='0.7.1', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',