Bump library and TREZOR-related agent versions
This commit is contained in:
@@ -3,15 +3,15 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor_agent',
|
name='trezor_agent',
|
||||||
version='0.9.3',
|
version='0.10.0',
|
||||||
description='Using Trezor as hardware SSH/GPG agent',
|
description='Using Trezor as hardware SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='roman.zeyde@gmail.com',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['trezor_agent.py'],
|
scripts=['trezor_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'libagent>=0.11.2',
|
'libagent>=0.13.0',
|
||||||
'trezor[hidapi]>=0.10.1'
|
'trezor[hidapi]>=0.11.0'
|
||||||
],
|
],
|
||||||
platforms=['POSIX'],
|
platforms=['POSIX'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='libagent',
|
name='libagent',
|
||||||
version='0.12.1',
|
version='0.13.0',
|
||||||
description='Using hardware wallets as SSH/GPG agent',
|
description='Using hardware wallets as SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='roman.zeyde@gmail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user