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 6052c46 commit 2253105Copy full SHA for 2253105
python-linear-regression/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
3
commit = True
4
tag = True
5
tag_name = python-linear-regression-{new_version}
python-linear-regression/Dockerfile
@@ -20,7 +20,7 @@ FROM hbpmip/python-mip-sklearn:0.3.7
20
21
MAINTAINER mirco.nasuti@chuv.ch
22
23
-ENV DOCKER_IMAGE=hbpmip/python-linear-regression:0.2.1 \
+ENV DOCKER_IMAGE=hbpmip/python-linear-regression:0.2.2 \
24
FUNCTION=python-linear-regression
25
26
COPY requirements.txt /requirements.txt
0 commit comments