From 3cb411885033255dec7ee275c427960ddc28c628 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 19 Apr 2017 14:20:48 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05a719420..aed7eb27c 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ else: setup( name='trezor', - version='0.7.12', + version='0.7.13', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',