From 34b269be1e5c7a247ef8b4bb3cc29558ca63c641 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 12 Dec 2018 23:59:15 +0200 Subject: [PATCH] Bump library and TREZOR-related agent versions --- agents/trezor/setup.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agents/trezor/setup.py b/agents/trezor/setup.py index 03cb07c..62cbb34 100644 --- a/agents/trezor/setup.py +++ b/agents/trezor/setup.py @@ -3,15 +3,15 @@ from setuptools import setup setup( name='trezor_agent', - version='0.9.3', + version='0.10.0', description='Using Trezor as hardware SSH/GPG agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com', url='http://github.com/romanz/trezor-agent', scripts=['trezor_agent.py'], install_requires=[ - 'libagent>=0.11.2', - 'trezor[hidapi]>=0.10.1' + 'libagent>=0.13.0', + 'trezor[hidapi]>=0.11.0' ], platforms=['POSIX'], classifiers=[ diff --git a/setup.py b/setup.py index 59dbe2a..6d5da23 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='libagent', - version='0.12.1', + version='0.13.0', description='Using hardware wallets as SSH/GPG agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com',