Skip to content

Commit a5a3690

Browse files
committed
Bump to MIPLearn 0.4.2
1 parent e5a2550 commit a5a3690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MIPLearn"
22
uuid = "2b1277c3-b477-4c49-a15e-7ba350325c68"
33
authors = ["Alinson S Xavier <git@axavier.org>"]
4-
version = "0.4.0"
4+
version = "0.4.2"
55

66
[deps]
77
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function install_miplearn()
55
Conda.update()
66
pip = joinpath(dirname(pyimport("sys").executable), "pip")
77
isfile(pip) || error("$pip: invalid path")
8-
run(`$pip install miplearn==0.4.1`)
8+
run(`$pip install miplearn==0.4.2`)
99
end
1010

1111
install_miplearn()

0 commit comments

Comments
 (0)