From a8985dcc15b424eacc84a8a975477cae717e4d5a Mon Sep 17 00:00:00 2001 From: Roman Imankulov Date: Fri, 18 May 2012 15:55:56 +0600 Subject: [PATCH] Version bump. New author added --- AUTHORS | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1c499a6..a6f742c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ Roman Imankulov Jan-Oliver Kaiser +Pavel Vavilin diff --git a/setup.py b/setup.py index 3154df9..1c1d446 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name='openssh-wrapper', - version='0.3.1', + version='0.3.2', description='OpenSSH python wrapper', author='NetAngels team', author_email='info@netangels.ru',