From bbae8f9085ee341ea9f34231c8b716aa0d9b3a49 Mon Sep 17 00:00:00 2001 From: Pavel Vavilin Date: Thu, 25 Apr 2013 15:16:02 +0600 Subject: [PATCH] New version with debugging --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 57785bb..04f4ed7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name='openssh-wrapper', - version='0.4', + version='0.5', description='OpenSSH python wrapper', author='NetAngels team', author_email='info@netangels.ru', @@ -19,7 +19,7 @@ def read(fname): license = 'BSD License', py_modules=['openssh_wrapper'], classifiers=( - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Topic :: Software Development :: Libraries :: Python Modules',