From 03272b617067c08b62fc87e2a507d1e137606fb1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 26 Jan 2017 14:04:31 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caea5be59..66e00d719 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ else: setup( name='trezor', - version='0.7.9', + version='0.7.9.post1', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',