We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1715dd5 commit bbae8f9Copy full SHA for bbae8f9
1 file changed
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
11
setup(
12
name='openssh-wrapper',
13
- version='0.4',
+ version='0.5',
14
description='OpenSSH python wrapper',
15
author='NetAngels team',
16
author_email='info@netangels.ru',
@@ -19,7 +19,7 @@ def read(fname):
19
license = 'BSD License',
20
py_modules=['openssh_wrapper'],
21
classifiers=(
22
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Beta',
23
'Intended Audience :: Developers',
24
'License :: OSI Approved :: BSD License',
25
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments