Skip to content

Commit c565329

Browse files
author
Ludovic Claude
committed
Bump version: 0.2.3 → 0.3.0
1 parent 2253105 commit c565329

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

python-sgd-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.3
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55
tag_name = python-sgd-regression-{new_version}

python-sgd-regression/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN pytest tests/ -x --ff --capture=no
1818

1919
FROM hbpmip/python-mip-sklearn:0.3.7
2020

21-
ENV DOCKER_IMAGE=hbpmip/python-sgd-regression:0.2.3 \
21+
ENV DOCKER_IMAGE=hbpmip/python-sgd-regression:0.3.0 \
2222
FUNCTION=python-sgd-regression
2323

2424
COPY requirements.txt /requirements.txt

python-sgd-regression/Dockerfile.gb

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

33
FROM hbpmip/python-sgd-regression
44

5-
ENV DOCKER_IMAGE=hbpmip/python-gradient-boosting:0.2.3 \
5+
ENV DOCKER_IMAGE=hbpmip/python-gradient-boosting:0.3.0 \
66
FUNCTION=python-gradient-boosting \
77
MODEL_PARAM_type=gradient_boosting
88

python-sgd-regression/Dockerfile.lm

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

33
FROM hbpmip/python-sgd-regression
44

5-
ENV DOCKER_IMAGE=hbpmip/python-sgd-linear-model:0.2.3 \
5+
ENV DOCKER_IMAGE=hbpmip/python-sgd-linear-model:0.3.0 \
66
FUNCTION=python-sgd-linear-model \
77
MODEL_PARAM_type=linear_model
88

python-sgd-regression/Dockerfile.nb

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

33
FROM hbpmip/python-sgd-regression
44

5-
ENV DOCKER_IMAGE=hbpmip/python-sgd-naive-bayes:0.2.3 \
5+
ENV DOCKER_IMAGE=hbpmip/python-sgd-naive-bayes:0.3.0 \
66
FUNCTION=python-sgd-naive-bayes \
77
MODEL_PARAM_type=naive_bayes
88

python-sgd-regression/Dockerfile.nn

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

33
FROM hbpmip/python-sgd-regression
44

5-
ENV DOCKER_IMAGE=hbpmip/python-sgd-neural-network:0.2.3 \
5+
ENV DOCKER_IMAGE=hbpmip/python-sgd-neural-network:0.3.0 \
66
FUNCTION=python-sgd-neural-network \
77
MODEL_PARAM_type=neural_network
88

0 commit comments

Comments
 (0)