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 8429647 commit 6479d67Copy full SHA for 6479d67
python-mip-sklearn/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.3.4
3
commit = True
4
tag = True
5
tag_name = python-mip-sklearn-{new_version}
python-mip-sklearn/README.md
@@ -40,7 +40,7 @@ and sets up a _FUNCTION_ environment variable containing the algorithm name (see
40
### Dockerfile example
41
42
```
43
-FROM hbpmip/python-mip-sklearn:0.3.3
+FROM hbpmip/python-mip-sklearn:0.3.4
44
45
ENV FUNCTION python-sgdregress
46
0 commit comments