From 3e8122ba2882fa060c8d176ea988bcea2c8c9398 Mon Sep 17 00:00:00 2001 From: mruddy Date: Wed, 22 Feb 2017 09:39:07 -0500 Subject: [PATCH] bump version to 0.7.11 (#100) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dfa555cf..c24af2c56 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ else: setup( name='trezor', - version='0.7.10', + version='0.7.11', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',