From d33e9a178b004c5141086e3edbd456168c9ad543 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 5 Jul 2017 12:51:41 +0200 Subject: [PATCH] bump version to 0.8.0a0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c57bb9a..7f70182 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ else: setup( name='trezor', - version='0.7.16', + version='0.8.0a0', author='TREZOR', author_email='info@trezor.io', description='Python library for communicating with TREZOR Hardware Wallet',