From 40930948d1342513d436dfa49ba264f09920adee Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 24 Dec 2015 17:31:28 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 994a3828ff..d2590ea681 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.6.9', + version='0.6.10', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',