From 06d84c387cf6b64c32971791d5f20d2a590f0f59 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 4 Jan 2016 22:49:28 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69f6190..610f024 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor_agent', - version='0.5.1', + version='0.5.2', description='Using Trezor as hardware SSH agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',