Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
onlykey committed Jul 21, 2023
1 parent c9f410e commit 8b60cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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=[
Expand Down

0 comments on commit 8b60cd0

Please sign in to comment.