From 3a806c6d77a4119f49c75a0c5bd6d4cfe40bd167 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Jan 2016 19:52:52 +0200 Subject: [PATCH] beta release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 610f024..f495c1c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='trezor_agent', - version='0.5.2', + version='0.6', description='Using Trezor as hardware SSH agent', author='Roman Zeyde', 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'], platforms=['POSIX'], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',