Skip to content

Commit 06b51dc

Browse files
Fix version
1 parent a91aa94 commit 06b51dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 .

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)