Skip to content

Commit bbae8f9

Browse files
committed
New version with debugging
1 parent 1715dd5 commit bbae8f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name='openssh-wrapper',
13-
version='0.4',
13+
version='0.5',
1414
description='OpenSSH python wrapper',
1515
author='NetAngels team',
1616
author_email='info@netangels.ru',
@@ -19,7 +19,7 @@ def read(fname):
1919
license = 'BSD License',
2020
py_modules=['openssh_wrapper'],
2121
classifiers=(
22-
'Development Status :: 4 - Beta',
22+
'Development Status :: 5 - Beta',
2323
'Intended Audience :: Developers',
2424
'License :: OSI Approved :: BSD License',
2525
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)