From 8b60cd00ea60c0ded2925d974fca4dda910a0108 Mon Sep 17 00:00:00 2001 From: OnlyKey Date: Thu, 20 Jul 2023 23:37:40 -0400 Subject: [PATCH] Update setup.py bump version --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 762112ea..cca5309f 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,15 @@ setup( name='onlykey-agent', - version='1.1.14', + version='1.1.15', description='Using OnlyKey as hardware SSH/GPG agent', author='CryptoTrust', author_email='admin@crp.to', url='http://github.com/trustcrypto/onlykey-agent', scripts=['onlykey_agent.py'], install_requires=[ - 'lib-agent>=1.0.5', - 'onlykey>=1.2.8' + 'lib-agent>=1.0.6', + 'onlykey>=1.2.10' ], platforms=['POSIX'], classifiers=[