From 33c7f2c3d76abe25e0f776623aaa82c14b9089aa Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 30 Jul 2014 20:39:40 +0200 Subject: [PATCH] 0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4f3209..3acb41c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.5.0', + version='0.5.1', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',