beta release

This commit is contained in:
Roman Zeyde
2016-01-05 19:52:52 +02:00
parent 3b61f86c25
commit 3a806c6d77

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='trezor_agent', name='trezor_agent',
version='0.5.2', version='0.6',
description='Using Trezor as hardware SSH agent', description='Using Trezor as hardware SSH agent',
author='Roman Zeyde', author='Roman Zeyde',
author_email='roman.zeyde@gmail.com', author_email='roman.zeyde@gmail.com',
@@ -12,7 +12,7 @@ setup(
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6'], install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6'],
platforms=['POSIX'], platforms=['POSIX'],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Information Technology', 'Intended Audience :: Information Technology',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',