We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91aa94 commit 06b51dcCopy full SHA for 06b51dc
Makefile
@@ -1,3 +1,3 @@
1
.PHONY: all
2
all:
3
- docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0-RC1 .
+ docker build --no-cache --rm --pull -t personalhealthtrain/train-api-python:1.0rc1 .
setup.py
@@ -3,6 +3,6 @@
setup(
4
name='pht',
5
description='PHT Train API for Python',
6
- version='1.0-RC1',
+ version='1.0rc1',
7
packages=['pht']
8
)
0 commit comments