We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143d2f9 commit 15468dbCopy full SHA for 15468db
2 files changed
python-tsne/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0
+current_version = 0.4.1
3
commit = True
4
tag = True
5
tag_name = python-tsne-{new_version}
python-tsne/Dockerfile
@@ -2,7 +2,7 @@ FROM hbpmip/python-mip:0.5.6
MAINTAINER b.van_lew@lumc.nl
-ENV DOCKER_IMAGE=hbpmip/python-tsne:0.4.0 \
+ENV DOCKER_IMAGE=hbpmip/python-tsne:0.4.1 \
6
FUNCTION=python-tsne
7
8
# This COPY may be replaced by a build step when the atsne is open sourced (BvL 19/09/2017)
0 commit comments