From ad7e04bd75c23586956cbef7e852b96e0234d747 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 24 Sep 2018 14:18:01 -0400 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47287bc..8ca7b2d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = readmeFile.read() setup(name='wes-service', - version='2.7', + version='2.8', description='GA4GH Workflow Execution Service reference implementation', long_description=long_description, author='GA4GH Containers and Workflows task team',