From b3a6c76631177dfa4ad91b80b16b8b254c2d95f4 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 12 Mar 2016 21:08:52 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5574612..601e124 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor_agent', - version='0.6.4', + version='0.6.5', description='Using Trezor as hardware SSH agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',