From 207b971e621f7100bac740a16d61fda6fb768a8c Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 11 Feb 2019 13:32:57 -0500 Subject: [PATCH] Bump version to 3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b41ae1..e2f4dfb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = readmeFile.read() setup(name='wes-service', - version='3.0', + version='3.1', description='GA4GH Workflow Execution Service reference implementation', long_description=long_description, author='GA4GH Containers and Workflows task team',