Skip to content

Commit 7241608

Browse files
author
Peter Amstutz
committed
Bump version to 2.3
1 parent d636890 commit 7241608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description = readmeFile.read()
1616

1717
setup(name='wes-service',
18-
version='2.2',
18+
version='2.3',
1919
description='GA4GH Workflow Execution Service reference implementation',
2020
long_description=long_description,
2121
author='GA4GH Containers and Workflows task team',

wes-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
3-
#python setup.py sdist
4-
docker build --build-arg version=2.2 -t commonworkflowlanguage/workflow-service .
3+
python setup.py sdist
4+
docker build --build-arg version=2.3 -t commonworkflowlanguage/workflow-service .
55
docker run -ti \
66
-v$PWD/config.yml:/var/www/wes-server/config.yml \
77
-v/etc/ssl/certs/ssl-cert-snakeoil.pem:/etc/ssl/certs/ssl-cert-wes.pem \

0 commit comments

Comments
 (0)