From c1fae7d19f15eb6beccf1e6b0eb53c86c900e8df Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 19 Jun 2017 00:00:50 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdf133410..f68f18ec3 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ else: setup( name='trezor', - version='0.7.14', + version='0.7.15', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',