From 8c22e5030bc92a67f9624e74dbd30b21276379cd Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 17 Apr 2020 14:40:34 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20'trezor=5Fagent'=20version:=200.10.0=20?= =?UTF-8?q?=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/trezor/setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/agents/trezor/setup.py b/agents/trezor/setup.py index 2939d4e..2930fa6 100644 --- a/agents/trezor/setup.py +++ b/agents/trezor/setup.py @@ -3,14 +3,14 @@ from setuptools import setup setup( name='trezor_agent', - version='0.10.0', + version='0.11.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.13.0', + 'libagent>=0.14.0', 'trezor[hidapi]>=0.12.0,<0.13' ], platforms=['POSIX'], @@ -24,6 +24,8 @@ setup( 'Operating System :: POSIX', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Networking', 'Topic :: Communications',