From 7d72b5aa73d524c5f24c3f963c0331a67d2e54e5 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 11 Mar 2020 07:41:14 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1a0782..22b8bff 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'Readme.md')).read() setup(name='pylauncher', - version='2.0.2', + version='2.0.3', description="Standard PSI tool for accessing GUIs", long_description=README, author='Paul Scherrer Institute',