Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Aug 28, 2023
1 parent accb842 commit 6ee60de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Inside an Elixir script or [Livebook](https://livebook.dev):

```elixir
Mix.install([
{:explorer, "~> 0.6.0"}
{:explorer, "~> 0.7.0"}
])
```

Expand All @@ -68,7 +68,7 @@ Or in the `mix.exs` file of your application:
```elixir
def deps do
[
{:explorer, "~> 0.6.0"}
{:explorer, "~> 0.7.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Explorer.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/explorer"
@version "0.7.0-dev"
@version "0.7.0"
@dev? String.ends_with?(@version, "-dev")
@force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]

Expand Down
4 changes: 2 additions & 2 deletions notebooks/exploring_explorer.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

```elixir
Mix.install([
{:explorer, "~> 0.6.0"},
{:kino, "~> 0.9.0"}
{:explorer, "~> 0.7.0"},
{:kino, "~> 0.10.0"}
])
```

Expand Down

0 comments on commit 6ee60de

Please sign in to comment.