From 8609f62f911f7b0d75da53d33774bcc8ed0f1492 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 25 Jan 2017 19:05:33 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d76433422..caea5be59 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ else: setup( name='trezor', - version='0.7.8', + version='0.7.9', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',