Skip to content

Commit

Permalink
Merge pull request #935 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.18.2 release
  • Loading branch information
ablaom committed Apr 27, 2022
2 parents 89bd594 + f12458e commit 538367e
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 = "MLJ"
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.18.1"
version = "0.18.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 1 addition & 1 deletion src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const MLJOpenML = OpenML
export OpenML, MLJOpenML

# re-export from ComputaionalResources:
export CPU1, CPUProcesses, CPUThreads
export CPU1, CPUProcesses, CPUThreads, CUDALibs


end # module

0 comments on commit 538367e

Please sign in to comment.