From f8da757c4fb7a04bdf1e10b18bf323171edd5eac Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 15 Feb 2016 16:20:21 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d40560c..1e43048 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.6.11', + version='0.6.12', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',