Skip to content

Commit 9d4c476

Browse files
authored
Merge pull request #570 from JuliaAI/dev
For a 0.17.4 release
2 parents f0b73f1 + ae16d50 commit 9d4c476

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Project.toml

+1-1
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.3"
4+
version = "0.17.4"
55

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

src/MLJModels.jl

+1-1
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)