Skip to content

Commit 85fc508

Browse files
Fix version
1 parent a91aa94 commit 85fc508

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.PHONY: all
22
all:
3-
docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0-RC1 .
3+
docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0rc1 .

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
The documentation for this library is available here:
55

66
https://lukas-zimmermann.gitbook.io/personal-health-train/domains/python-library-for-implementing-train-images
7+
8+
9+
The Image is available on Docker Hub:
10+
11+
https://cloud.docker.com/u/personalhealthtrain/repository/docker/personalhealthtrain/train-api-python
12+
13+
This is the recommended version for a base of a Train image.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
setup(
44
name='pht',
55
description='PHT Train API for Python',
6-
version='1.0-RC1',
6+
version='1.0rc1',
77
packages=['pht']
88
)

0 commit comments

Comments
 (0)