Skip to content

Commit 2253105

Browse files
author
Ludovic Claude
committed
Bump version: 0.2.1 → 0.2.2
1 parent 6052c46 commit 2253105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-linear-regression/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
tag_name = python-linear-regression-{new_version}

python-linear-regression/Dockerfile

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

2121
MAINTAINER mirco.nasuti@chuv.ch
2222

23-
ENV DOCKER_IMAGE=hbpmip/python-linear-regression:0.2.1 \
23+
ENV DOCKER_IMAGE=hbpmip/python-linear-regression:0.2.2 \
2424
FUNCTION=python-linear-regression
2525

2626
COPY requirements.txt /requirements.txt

0 commit comments

Comments
 (0)