From 9b3269bf28ef9fa3dc393fd077ab28eb8d187f90 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 20 Dec 2016 16:14:31 -0800 Subject: [PATCH] bump version to 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 413a04d9..6e777d47 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '0.2.1' +__version__ = '0.2.2' project_name = 'pywinrm' # PyPi supports only reStructuredText, so pandoc should be installed