Skip to content

Commit f0b73f1

Browse files
authored
Merge pull request #568 from JuliaAI/dev
For a 0.17.3 release
2 parents ea3d163 + a9e6781 commit f0b73f1

File tree

4 files changed

+305
-27
lines changed

4 files changed

+305
-27
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJModels"
22
uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.17.2"
4+
version = "0.17.3"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/MLJModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module MLJModels
1+
module MLJModels
22

33
import MLJModelInterface
44
import MLJModelInterface: Model, metadata_pkg, metadata_model, @mlj_model, info,

0 commit comments

Comments
 (0)