Skip to content

Commit e7e413c

Browse files
author
Ludovic Claude
committed
Bump version: 0.3.0 → 0.3.1
1 parent bab3b5f commit e7e413c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

python-correlation-heatmap/.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55
tag_name = python-correlation-heatmap-{new_version}
@@ -9,3 +9,4 @@ serialize = {major}.{minor}.{patch}
99
[bumpversion:file:Dockerfile]
1010

1111
[bumpversion:file:Dockerfile.pca]
12+

python-correlation-heatmap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM hbpmip/python-mip:0.6.1
2020

2121
MAINTAINER mirco.nasuti@chuv.ch
2222

23-
ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.3.0 \
23+
ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.3.1 \
2424
FUNCTION=python-correlation-heatmap
2525

2626
COPY requirements.txt /requirements.txt

python-correlation-heatmap/Dockerfile.pca

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM hbpmip/python-correlation-heatmap
44

5-
ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.3.0 \
5+
ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.3.1 \
66
FUNCTION=python-distributed-pca \
77
MODEL_PARAM_graph=pca
88

0 commit comments

Comments
 (0)