Skip to content

Commit

Permalink
update patch version for new build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
acalejos committed May 27, 2023
1 parent 5304ff2 commit abbe118
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/exgboost.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule EXGBoost do
```elixir
def deps do
[
{:exgboost, "~> 0.2.0"}
{:exgboost, "~> 0.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule EXGBoost.MixProject do
use Mix.Project
@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion notebooks/iris_classification.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:exgboost, "~> 0.2"},
{:exgboost, "~> 0.2.1"},
{:nx, "~> 0.5"},
{:scidata, "~> 0.1"},
{:scholar, "~> 0.1"}
Expand Down

0 comments on commit abbe118

Please sign in to comment.