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',