From fc186d71375bd49ab0a3210e3faed9c567e16b59 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 26 Sep 2018 16:23:54 -0400 Subject: [PATCH] Update to 2.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ca7b2d..08d540e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = readmeFile.read() setup(name='wes-service', - version='2.8', + version='2.9', description='GA4GH Workflow Execution Service reference implementation', long_description=long_description, author='GA4GH Containers and Workflows task team',