From 81d2e1e2fb804d49c3faca084fe5cf478464d8f7 Mon Sep 17 00:00:00 2001 From: Brian Price Date: Sat, 2 Nov 2019 22:46:26 -0500 Subject: [PATCH] Updating version for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ac60fd..c2eabc2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '0.4.0beta1' +__version__ = '0.4.0' project_name = 'pywinrm' # PyPi supports only reStructuredText, so pandoc should be installed