We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9226ec7 commit 891cea1Copy full SHA for 891cea1
2 files changed
python-correlation-heatmap/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
commit = True
4
tag = True
5
tag_name = python-correlation-heatmap-{new_version}
python-correlation-heatmap/Dockerfile
@@ -20,7 +20,7 @@ FROM hbpmip/python-mip:0.5.6
20
21
MAINTAINER mirco.nasuti@chuv.ch
22
23
-ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.1.4 \
+ENV DOCKER_IMAGE=hbpmip/python-correlation-heatmap:0.1.5 \
24
FUNCTION=python-correlation-heatmap
25
26
COPY requirements.txt /requirements.txt
0 commit comments