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