From 2af1086ed830482581dc5dd78117af4f412533c7 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 2 Oct 2017 20:46:30 +0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ebd287..322edb8 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='libagent', - version='0.9.2', + version='0.9.3', description='Using hardware wallets as SSH/GPG agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',