From 749799845dc3f86827af971cbd83321d6b4fe237 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 18 Oct 2016 21:37:01 +0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7f27c4..0e760f4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor_agent', - version='0.7.2', + version='0.7.3', description='Using Trezor as hardware SSH agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',