diff --git a/mix.exs b/mix.exs index 9af31e9..e2c854a 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule TFLiteElixir.MixProject do require Logger @app :tflite_elixir - @version "0.3.1" + @version "0.3.3" @github_url "https://github.com/cocoa-xu/tflite_elixir" def project do diff --git a/notebooks/mobilebert.livemd b/notebooks/mobilebert.livemd index 2ea01ac..cf087c8 100644 --- a/notebooks/mobilebert.livemd +++ b/notebooks/mobilebert.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:tflite_elixir, "~> 0.3.1"}, + {:tflite_elixir, "~> 0.3.3"}, {:req, "~> 0.3.0"}, {:kino, "~> 0.9.0"} ])