From 56790762a10f2f318653bbaf57888625f9b21c22 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 8 Aug 2014 18:24:56 +0200 Subject: [PATCH] 0.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8f3ed5..7df3ddd 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor', - version='0.5.2', + version='0.5.3', author='Bitcoin TREZOR', author_email='info@bitcointrezor.com', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',