Skip to content

Commit

Permalink
chore: prepare for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Aug 30, 2023
1 parent e387d0d commit 3e36a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/filtering.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:nx_signal, "~> 0.1"},
{:nx_signal, "~> 0.2"},
{:vega_lite, "~> 0.1"},
{:kino_vega_lite, "~> 0.1"}
])
Expand Down
2 changes: 1 addition & 1 deletion guides/spectrogram.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:nx_signal, "~> 0.1"},
{:nx_signal, "~> 0.2"},
{:vega_lite, "~> 0.1.4"},
{:kino_vega_lite, "~> 0.1.1"}
])
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 NxSignal.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/nx_signal"
@version "0.1.0"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 3e36a79

Please sign in to comment.