Skip to content

Commit 7f1419d

Browse files
Set version to 1.0RC5
1 parent 70b17c9 commit 7f1419d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
all: alpine pandas petronetto petronetto-deepmedic fhir
44

55
alpine:
6-
docker build --no-cache -f Dockerfile_alpine --rm --pull -t personalhealthtrain/train-api-python:1.0rc4-alpine .
6+
docker build --no-cache -f Dockerfile_alpine --rm --pull -t personalhealthtrain/train-api-python:1.0rc5-alpine .
77

88
pandas:
9-
docker build --no-cache -f Dockerfile_pandas --rm --pull -t personalhealthtrain/train-api-python:1.0rc4-pandas .
9+
docker build --no-cache -f Dockerfile_pandas --rm --pull -t personalhealthtrain/train-api-python:1.0rc5-pandas .
1010

1111
petronetto:
12-
docker build --no-cache -f Dockerfile_petronetto --rm --pull -t personalhealthtrain/train-api-python:1.0rc4-petronetto .
12+
docker build --no-cache -f Dockerfile_petronetto --rm --pull -t personalhealthtrain/train-api-python:1.0rc5-petronetto .
1313

1414
petronetto-deepmedic:
15-
docker build --no-cache -f Dockerfile_petronetto_deepmedic --rm --pull -t personalhealthtrain/train-api-python:1.0rc4-petronetto-deepmedic .
15+
docker build --no-cache -f Dockerfile_petronetto_deepmedic --rm --pull -t personalhealthtrain/train-api-python:1.0rc5-petronetto-deepmedic .
1616

1717
fhir:
18-
docker build --no-cache -f Dockerfile_fhir --rm --pull -t personalhealthtrain/train-api-python:1.0rc4-fhir .
18+
docker build --no-cache -f Dockerfile_fhir --rm --pull -t personalhealthtrain/train-api-python:1.0rc5-fhir .
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
description='PHT Train API for Python',
88
keywords='PHT train',
99
url='https://github.com/PersonalHealthTrain/train-api-python',
10-
version='1.0rc4',
10+
version='1.0rc5',
1111
packages=find_packages()
1212
)

0 commit comments

Comments
 (0)