Skip to content

Commit

Permalink
Merge pull request #23 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.1.7 release
  • Loading branch information
ablaom authored Nov 9, 2020
2 parents 02caa5f + 74a0e6e commit 7615bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJScikitLearnInterface"
uuid = "5ae90465-5518-4432-b9d2-8a1def2f0cab"
authors = ["Thibaut Lienart, Anthony Blaom"]
version = "0.1.6"
version = "0.1.7"

[deps]
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Expand Down
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function _sk_finalize(m, clean_expr, fit_expr, expr)
MMI.package_license(::Type{<:$m}) = SK_LIC
MMI.package_uuid(::Type{<:$m}) = SK_UUID
MMI.package_url(::Type{<:$m}) = SK_URL
MMI.is_wrapper(::Type{<:$m}) = true
MMI.is_wrapper(::Type{<:$m}) = false
end
esc(expr)
end
Expand Down

0 comments on commit 7615bb7

Please sign in to comment.