We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5304ff2 commit abbe118Copy full SHA for abbe118
lib/exgboost.ex
@@ -16,7 +16,7 @@ defmodule EXGBoost do
16
```elixir
17
def deps do
18
[
19
- {:exgboost, "~> 0.2.0"}
+ {:exgboost, "~> 0.2.1"}
20
]
21
end
22
```
mix.exs
@@ -1,6 +1,6 @@
1
defmodule EXGBoost.MixProject do
2
use Mix.Project
3
- @version "0.2.0"
+ @version "0.2.1"
4
5
def project do
6
notebooks/iris_classification.livemd
@@ -2,7 +2,7 @@
Mix.install([
- {:exgboost, "~> 0.2"},
+ {:exgboost, "~> 0.2.1"},
{:nx, "~> 0.5"},
7
{:scidata, "~> 0.1"},
8
{:scholar, "~> 0.1"}
0 commit comments